Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 60885 invoked from network); 30 Jun 2009 22:43:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 22:43:01 -0000 Received: (qmail 63567 invoked by uid 500); 30 Jun 2009 22:43:11 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 63524 invoked by uid 500); 30 Jun 2009 22:43:11 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 63357 invoked by uid 99); 30 Jun 2009 22:43:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 22:43:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,FB_WORD1_END_DOLLAR X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 22:43:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3090A234C004 for ; Tue, 30 Jun 2009 15:42:47 -0700 (PDT) Message-ID: <368456623.1246401767184.JavaMail.jira@brutus> Date: Tue, 30 Jun 2009 15:42:47 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1595) hadoop-default.xml and zoo.cfg in hbase jar In-Reply-To: <944449724.1246401647163.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725840#action_12725840 ] stack commented on HBASE-1595: ------------------------------ Committing the below which also changes the default Driver for hbase.jar from mapred to mapreduce: {code} durruti:cleantrunk stack$ svn diff build.xml Index: build.xml =================================================================== --- build.xml (revision 789834) +++ build.xml (working copy) @@ -182,10 +182,13 @@ + + + - + {code} > hadoop-default.xml and zoo.cfg in hbase jar > ------------------------------------------- > > Key: HBASE-1595 > URL: https://issues.apache.org/jira/browse/HBASE-1595 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Fix For: 0.20.0 > > > A while back I'd added zoo.cfg to the hbase jar. I added it at top-level. Turns out that was wrong location. It couldn't be found unless it was in a conf subdir. Fellas trying to build unit tests that depended on hbase were getting this: > {code} > 21:31 < cwensel> adding zoo.cfg to cp gets me this: junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. > {code} > So, I moved zoo.cfg down into conf but also moved hbase-default.xml there. The latter was a mistake. It should stay at top level. In its new location, fellas were getting NPEs out of ZK Quorum Main. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.