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 C087817CF8 for ; Thu, 26 Feb 2015 01:48:05 +0000 (UTC) Received: (qmail 92732 invoked by uid 500); 26 Feb 2015 01:48:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92681 invoked by uid 500); 26 Feb 2015 01:48:05 -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 92669 invoked by uid 99); 26 Feb 2015 01:48:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 01:48:05 +0000 Date: Thu, 26 Feb 2015 01:48:05 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13102) Fix Pseudo-distributed Mode which was broken in 1.0.0 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-13102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337684#comment-14337684 ] Hudson commented on HBASE-13102: -------------------------------- FAILURE: Integrated in HBase-1.1 #214 (See [https://builds.apache.org/job/HBase-1.1/214/]) HBASE-13102 Fix Pseudo-distributed Mode which was broken in 1.0.0 (eclark: rev 228637124370b59baead2e707d368c0f937618fb) * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java > Fix Pseudo-distributed Mode which was broken in 1.0.0 > ----------------------------------------------------- > > Key: HBASE-13102 > URL: https://issues.apache.org/jira/browse/HBASE-13102 > Project: HBase > Issue Type: Bug > Affects Versions: 1.0.0, 1.1.0 > Reporter: Elliott Clark > Assignee: Elliott Clark > Fix For: 2.0.0, 1.0.1, 1.1.0 > > Attachments: HBASE-13102.patch > > > {code} > 2015-02-25 10:42:17,686 FATAL [main] regionserver.RSRpcServices: The hostname of regionserver cannot be set to localhost in a fully-distributed setup because it won't be reachable. See "Getting Started" for more information. > 2015-02-25 10:42:17,687 ERROR [main] master.HMasterCommandLine: Master exiting > java.lang.RuntimeException: Failed construction of Master: class org.apache.hadoop.hbase.master.HMaster > at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:2051) > at org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:198) > at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:139) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) > at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:126) > at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2065) > Caused by: java.io.IOException: The hostname of regionserver cannot be set to localhost in a fully-distributed setup because it won't be reachable. See "Getting Started" for more information. > at org.apache.hadoop.hbase.regionserver.RSRpcServices.(RSRpcServices.java:793) > at org.apache.hadoop.hbase.master.MasterRpcServices.(MasterRpcServices.java:198) > at org.apache.hadoop.hbase.master.HMaster.createRpcServices(HMaster.java:486) > at org.apache.hadoop.hbase.regionserver.HRegionServer.(HRegionServer.java:500) > at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:337) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:526) > at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:2046) > ... 5 more > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)