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 7C2A0C27E for ; Fri, 18 May 2012 14:27:32 +0000 (UTC) Received: (qmail 81253 invoked by uid 500); 18 May 2012 14:27:32 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81217 invoked by uid 500); 18 May 2012 14:27:32 -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 81207 invoked by uid 99); 18 May 2012 14:27:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 14:27:32 +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; Fri, 18 May 2012 14:27:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CE00DDAC1 for ; Fri, 18 May 2012 14:27:08 +0000 (UTC) Date: Fri, 18 May 2012 14:27:08 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: <1633927076.14149.1337351228845.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <601847939.2283.1337136247021.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-6011) Unable to start master in local mode 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-6011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated HBASE-6011: ------------------------------------------ Attachment: HBASE-6011_addendum_0.92.patch > Unable to start master in local mode > ------------------------------------ > > Key: HBASE-6011 > URL: https://issues.apache.org/jira/browse/HBASE-6011 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.2, 0.96.0, 0.94.1 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.92.2, 0.96.0, 0.94.1 > > Attachments: 6011-v2.patch, 6011.patch, HBASE-6011_1.patch, HBASE-6011_addendum_0.92.patch > > > Got this trying to launch head of 0.94 branch in local mode from the build tree but it happens with trunk and 0.92 too: > {noformat} > 12/05/15 19:35:45 ERROR master.HMasterCommandLine: Failed to start master > java.lang.ClassCastException: org.apache.hadoop.hbase.master.HMaster cannot be cast to org.apache.hadoop.hbase.master.HMasterCommandLine$LocalHMaster > at org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:142) > at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:103) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:76) > at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:1761) > {noformat} -- 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