Description
Some client code that is not easy to change uses a 2-arg constructor on HiveMetaStoreClient.
It is trivial and safe to add this constructor:
public HiveMetaStoreClient(HiveConf conf, HiveMetaHookLoader hookLoader) throws MetaException { this(conf, hookLoader, true); }