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:
Michael Stack 2009-04-29 23:03:54 +00:00
parent 7667bd5f01
commit ce26d714d5
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ if [ "$HBASE_MANAGES_ZK" = "" ]; then
fi
if [ "$HBASE_MANAGES_ZK" = "true" ]; then
ssh $HBASE_SSH_OPTS 127.0.0.1 $"${@// /\\ }" \
2>&1 | sed "s/^/$zookeeper: /" &
ssh $HBASE_SSH_OPTS 127.0.0.1 $"${@// /\\ }" 2>&1 | sed "s/^/localhost: /" &
if [ "$HBASE_SLAVE_SLEEP" != "" ]; then
sleep $HBASE_SLAVE_SLEEP
fi