You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/04/05 23:51:05 UTC

[jira] [Updated] (HIVE-1825) Different defaults for hive.metastore.local

     [ https://issues.apache.org/jira/browse/HIVE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1825:
---------------------------------

    Component/s: Metastore

> 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, Metastore
>    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.
For more information on JIRA, see: http://www.atlassian.com/software/jira