From ce26d714d5769e0d763025cc9dc43eca2b1d5273 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 29 Apr 2009 23:03:54 +0000 Subject: [PATCH] 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 --- bin/zookeeper.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/zookeeper.sh b/bin/zookeeper.sh index 85c15e8af20..583f2bdef28 100755 --- a/bin/zookeeper.sh +++ b/bin/zookeeper.sh @@ -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