Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21D21D13A for ; Wed, 31 Oct 2012 18:08:13 +0000 (UTC) Received: (qmail 53842 invoked by uid 500); 31 Oct 2012 18:08:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 53796 invoked by uid 500); 31 Oct 2012 18:08:12 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 53761 invoked by uid 99); 31 Oct 2012 18:08:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2012 18:08:12 +0000 Date: Wed, 31 Oct 2012 18:08:12 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: <1115706103.51875.1351706892417.JavaMail.jiratomcat@arcas> In-Reply-To: <790714069.43.1341267358192.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6305) TestLocalHBaseCluster hangs with hadoop 2.0/0.23 builds. 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/HBASE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488032#comment-13488032 ] Jimmy Xiang commented on HBASE-6305: ------------------------------------ If the scheme is not null. The path will have the scheme twice. The failure seems to be because of the null scheme. Is there a better way to fix it? > TestLocalHBaseCluster hangs with hadoop 2.0/0.23 builds. > -------------------------------------------------------- > > Key: HBASE-6305 > URL: https://issues.apache.org/jira/browse/HBASE-6305 > Project: HBase > Issue Type: Sub-task > Components: test > Affects Versions: 0.92.2, 0.94.1 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: 0.94.3 > > Attachments: hbase-6305-94.patch, HBASE-6305-94-v2.patch, HBASE-6305-v1.patch > > > trunk: mvn clean test -Dhadoop.profile=2.0 -Dtest=TestLocalHBaseCluster > 0.94: mvn clean test -Dhadoop.profile=23 -Dtest=TestLocalHBaseCluster > {code} > testLocalHBaseCluster(org.apache.hadoop.hbase.TestLocalHBaseCluster) Time elapsed: 0.022 sec <<< ERROR! > java.lang.RuntimeException: Master not initialized after 200 seconds > at org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.java:208) > at org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.java:424) > at org.apache.hadoop.hbase.TestLocalHBaseCluster.testLocalHBaseCluster(TestLocalHBaseCluster.java:66) > ... > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira