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 89CA1184FE for ; Sat, 9 Jan 2016 02:59:40 +0000 (UTC) Received: (qmail 89987 invoked by uid 500); 9 Jan 2016 02:59:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89894 invoked by uid 500); 9 Jan 2016 02:59:40 -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 89615 invoked by uid 99); 9 Jan 2016 02:59:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2016 02:59:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E26E32C1F68 for ; Sat, 9 Jan 2016 02:59:39 +0000 (UTC) Date: Sat, 9 Jan 2016 02:59:39 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15057) local-master-backup.sh doesn't start HMaster correctly 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-15057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15090368#comment-15090368 ] Hudson commented on HBASE-15057: -------------------------------- SUCCESS: Integrated in HBase-1.3 #489 (See [https://builds.apache.org/job/HBase-1.3/489/]) HBASE-15057 local-master-backup.sh doesn't start HMaster correctly (tedyu: rev f541539da5993148bd31e978d8367e01141ffbf1) * bin/local-master-backup.sh > local-master-backup.sh doesn't start HMaster correctly > ------------------------------------------------------ > > Key: HBASE-15057 > URL: https://issues.apache.org/jira/browse/HBASE-15057 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 2.0.0, 1.1.2 > Environment: GNU/Linux x86_64. > Reporter: Cyker Way > Assignee: Samir Ahmic > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-15057-v0.patch > > > ./bin/local-master-backup.sh cannot start a backup HMaster. The error in log is a port conflict. After reading the file it seems an additional option is required to make it work: > @@ -40,6 +40,7 @@ > DN=$2 > export HBASE_IDENT_STRING="$USER-$DN" > HBASE_MASTER_ARGS="\ > + -D hbase.master.port=`expr 16000 + $DN` \ > -D hbase.master.info.port=`expr 16010 + $DN` \ > -D hbase.regionserver.port=`expr 16020 + $DN` \ > -D hbase.regionserver.info.port=`expr 16030 + $DN` \ -- This message was sent by Atlassian JIRA (v6.3.4#6332)