Different defaults for hive.metastore.local
-------------------------------------------
Key: HIVE-1825
URL: https://issues.apache.org/jira/browse/HIVE-1825
Project: Hive
Issue Type: Bug
Components: Configuration
Affects Versions: 0.6.0
Reporter: Lars Francke
hive-default.xml sets {{hive.metastore.local}} to {{true}}. In the code however
there is this:
{code:title=HiveMetaStoreClient.java}
boolean localMetaStore = conf.getBoolean("hive.metastore.local", false);
{code}
This leads to different behaviour depending on whether hbase-default.xml is on
the classpath or not.....which can lead to some confusion ;-)
I can supply a patch - should be pretty similar. I just don't know what the
"real" default should be. My guess would be {{true}}.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.