HBASE-10731 Fix environment variables typos in scripts (Albert Chu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
748aaefb12
commit
04b60809fa
|
@ -26,9 +26,9 @@
|
|||
# Default is ${HADOOP_CONF_DIR}/regionservers
|
||||
# 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.
|
||||
# HADOOP_SLAVE_TIMEOUT Seconds to wait for timing out a remote command.
|
||||
# HADOOP_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
# HBASE_SLAVE_SLEEP Seconds to sleep between spawning remote commands.
|
||||
# HBASE_SLAVE_TIMEOUT Seconds to wait for timing out a remote command.
|
||||
# HBASE_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
#
|
||||
|
||||
usage="Usage: hbase-cleanup.sh (zk|hdfs|all)"
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
# 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.
|
||||
# HADOOP_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
# HBASE_SLAVE_SLEEP Seconds to sleep between spawning remote commands.
|
||||
# HBASE_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
#
|
||||
# Modelled after $HADOOP_HOME/bin/slaves.sh.
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
# Default is ${HADOOP_CONF_DIR}/regionservers
|
||||
# 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.
|
||||
# HADOOP_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
# HBASE_SLAVE_SLEEP Seconds to sleep between spawning remote commands.
|
||||
# HBASE_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
#
|
||||
# Modelled after $HADOOP_HOME/bin/slaves.sh.
|
||||
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
# Default is ${HADOOP_CONF_DIR}/regionservers
|
||||
# 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.
|
||||
# HADOOP_SLAVE_TIMEOUT Seconds to wait for timing out a remote command.
|
||||
# HADOOP_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
# HBASE_SLAVE_SLEEP Seconds to sleep between spawning remote commands.
|
||||
# HBASE_SLAVE_TIMEOUT Seconds to wait for timing out a remote command.
|
||||
# HBASE_SSH_OPTS Options passed to ssh when running remote commands.
|
||||
#
|
||||
# Modelled after $HADOOP_HOME/bin/slaves.sh.
|
||||
|
||||
|
|
Loading…
Reference in New Issue