HBASE-1348 Move 0.20.0 targeted TRUNK to 0.20.0 hadoop
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@769985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7667bd5f01
commit
ce26d714d5
|
@ -53,8 +53,7 @@ if [ "$HBASE_MANAGES_ZK" = "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HBASE_MANAGES_ZK" = "true" ]; then
|
if [ "$HBASE_MANAGES_ZK" = "true" ]; then
|
||||||
ssh $HBASE_SSH_OPTS 127.0.0.1 $"${@// /\\ }" \
|
ssh $HBASE_SSH_OPTS 127.0.0.1 $"${@// /\\ }" 2>&1 | sed "s/^/localhost: /" &
|
||||||
2>&1 | sed "s/^/$zookeeper: /" &
|
|
||||||
if [ "$HBASE_SLAVE_SLEEP" != "" ]; then
|
if [ "$HBASE_SLAVE_SLEEP" != "" ]; then
|
||||||
sleep $HBASE_SLAVE_SLEEP
|
sleep $HBASE_SLAVE_SLEEP
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue