Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 75677 invoked from network); 5 Apr 2011 21:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 21:51:44 -0000 Received: (qmail 82365 invoked by uid 500); 5 Apr 2011 21:51:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 82309 invoked by uid 500); 5 Apr 2011 21:51:43 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 82178 invoked by uid 500); 5 Apr 2011 21:51:43 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 82111 invoked by uid 99); 5 Apr 2011 21:51:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 21:51:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 21:51:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E320F94DD7 for ; Tue, 5 Apr 2011 21:51:05 +0000 (UTC) Date: Tue, 5 Apr 2011 21:51:05 +0000 (UTC) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <599018530.36086.1302040265927.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <7192520.84861291332610561.JavaMail.jira@thor> Subject: [jira] [Updated] (HIVE-1825) Different defaults for hive.metastore.local MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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