You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2016/01/12 07:11:53 UTC

[09/12] hbase git commit: HBASE-15057 local-master-backup.sh doesn't start HMaster correctly (Samir Ahmic)

HBASE-15057 local-master-backup.sh doesn't start HMaster correctly (Samir Ahmic)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c2f67a05
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c2f67a05
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c2f67a05

Branch: refs/heads/hbase-12439
Commit: c2f67a053ebe687773e5e35aa7c060de964dbb68
Parents: 4a26644
Author: tedyu <yu...@gmail.com>
Authored: Fri Jan 8 15:58:01 2016 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Fri Jan 8 15:58:01 2016 -0800

----------------------------------------------------------------------
 bin/local-master-backup.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c2f67a05/bin/local-master-backup.sh
----------------------------------------------------------------------
diff --git a/bin/local-master-backup.sh b/bin/local-master-backup.sh
index bd265ab..cc2dc56 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` \