Details
Description
Everytime the hive command is being run there is a warning printed to stdout:
2014-12-10 10:43:49,030 WARN [main] conf.HiveConf (HiveConf.java:initialize(1491)) - DEPRECATED: Configuration property hive.metastore.local no longer has any effect. Make sure to provide a valid value for hive.metastore.uris if you are connecting to a remote metastore.
In the client configuration on the gateway the option hive.metastore.local is somehow set to false and hive.metastore.uris set to thrift address.
I cannot see those options in Cloudera Manager. Setting hive.metastore.uris to the same thrift address as found in the client configuration on the gateway in Hive Client Advanced Configuration Snippet (Safety Valve) for hive-site.xml does not change anything.
There should be a way to fix this warning.