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:
parent
75e2d2bf6b
commit
2c913363ac
|
@ -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'`
|
||||||
|
|
Loading…
Reference in New Issue