You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Samir Ahmic (JIRA)" <ji...@apache.org> on 2016/01/04 19:34:39 UTC

[jira] [Assigned] (HBASE-15057) local-master-backup.sh doesn't start HMaster correctly

     [ https://issues.apache.org/jira/browse/HBASE-15057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samir Ahmic reassigned HBASE-15057:
-----------------------------------

    Assignee: Samir Ahmic

> 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: 1.1.2
>         Environment: GNU/Linux x86_64.
>            Reporter: Cyker Way
>            Assignee: Samir Ahmic
>
> ./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)