Index: bin/master-backup.sh =================================================================== --- bin/master-backup.sh (revision 1361303) +++ bin/master-backup.sh (working copy) @@ -25,7 +25,7 @@ # Environment Variables # # HBASE_BACKUP_MASTERS File naming remote hosts. -# Default is ${HADOOP_CONF_DIR}/backup-masters +# Default is ${HBASE_CONF_DIR}/backup-masters # HADOOP_CONF_DIR Alternate conf dir. Default is ${HADOOP_HOME}/conf. # HBASE_CONF_DIR Alternate hbase conf dir. Default is ${HBASE_HOME}/conf. # HADOOP_SLAVE_SLEEP Seconds to sleep between spawning remote commands. Index: conf/hbase-env.sh =================================================================== --- conf/hbase-env.sh (revision 1361303) +++ conf/hbase-env.sh (working copy) @@ -61,6 +61,9 @@ # File naming hosts on which HRegionServers will run. $HBASE_HOME/conf/regionservers by default. # export HBASE_REGIONSERVERS=${HBASE_HOME}/conf/regionservers +# File naming hosts on which backup HMaster will run. $HBASE_HOME/conf/backup-masters by default. +# export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters + # Extra ssh options. Empty by default. # export HBASE_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HBASE_CONF_DIR"