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

Ashutosh Chauhan resolved HIVE-1825.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0

This got resolved as part of HIVE-1461
                
> 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
>             Fix For: 0.9.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to