From c2f67a053ebe687773e5e35aa7c060de964dbb68 Mon Sep 17 00:00:00 2001 From: tedyu Date: Fri, 8 Jan 2016 15:58:01 -0800 Subject: [PATCH] HBASE-15057 local-master-backup.sh doesn't start HMaster correctly (Samir Ahmic) --- bin/local-master-backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/local-master-backup.sh b/bin/local-master-backup.sh index bd265abedfd..cc2dc56c985 100755 --- a/bin/local-master-backup.sh +++ b/bin/local-master-backup.sh @@ -40,6 +40,7 @@ run_master () { 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` \