HBASE-1961 EC2 scripts; try again wrt. launch-hbase-zookeeper

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@887599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2009-12-05 22:25:24 +00:00
parent 75e2d2bf6b
commit 2c913363ac
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ while [ $inst -lt $NO_INSTANCES ] ; do
public=`ec2-describe-instances $TOOL_OPTS $INSTANCE | grep running | awk '{print $4}'` public=`ec2-describe-instances $TOOL_OPTS $INSTANCE | grep running | awk '{print $4}'`
echo " Public DNS name is $public." echo " Public DNS name is $public."
public_names="$public_names $public" public_names="$public_names $public"
inst=$(($inst + 1) inst=$(($inst + 1))
done done
ZOOKEEPER_QUORUM=`echo $peers | sed -e 's/ /,/g'` ZOOKEEPER_QUORUM=`echo $peers | sed -e 's/ /,/g'`