You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2014/03/12 23:16:28 UTC

svn commit: r1576956 - in /hbase/trunk/bin: hbase-cleanup.sh master-backup.sh regionservers.sh rolling-restart.sh

Author: jmhsieh
Date: Wed Mar 12 22:16:28 2014
New Revision: 1576956

URL: http://svn.apache.org/r1576956
Log:
HBASE-10731 Fix environment variables typos in scripts (Albert Chu)

Modified:
    hbase/trunk/bin/hbase-cleanup.sh
    hbase/trunk/bin/master-backup.sh
    hbase/trunk/bin/regionservers.sh
    hbase/trunk/bin/rolling-restart.sh

Modified: hbase/trunk/bin/hbase-cleanup.sh
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/hbase-cleanup.sh?rev=1576956&r1=1576955&r2=1576956&view=diff
==============================================================================
--- hbase/trunk/bin/hbase-cleanup.sh (original)
+++ hbase/trunk/bin/hbase-cleanup.sh Wed Mar 12 22:16:28 2014
@@ -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)"

Modified: hbase/trunk/bin/master-backup.sh
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/master-backup.sh?rev=1576956&r1=1576955&r2=1576956&view=diff
==============================================================================
--- hbase/trunk/bin/master-backup.sh (original)
+++ hbase/trunk/bin/master-backup.sh Wed Mar 12 22:16:28 2014
@@ -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.
 

Modified: hbase/trunk/bin/regionservers.sh
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/regionservers.sh?rev=1576956&r1=1576955&r2=1576956&view=diff
==============================================================================
--- hbase/trunk/bin/regionservers.sh (original)
+++ hbase/trunk/bin/regionservers.sh Wed Mar 12 22:16:28 2014
@@ -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.
 

Modified: hbase/trunk/bin/rolling-restart.sh
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/rolling-restart.sh?rev=1576956&r1=1576955&r2=1576956&view=diff
==============================================================================
--- hbase/trunk/bin/rolling-restart.sh (original)
+++ hbase/trunk/bin/rolling-restart.sh Wed Mar 12 22:16:28 2014
@@ -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.