Skip to content

Commit

Permalink
[FLINK-2962] Cluster startup script refers to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
uce committed Jan 14, 2016
1 parent e9bf13d commit e4d8944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-dist/src/main/flink-bin/bin/start-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ $RECOVERY_MODE == "zookeeper" ]]; then
# HA Mode
readMasters

echo "Starting HA cluster with ${#MASTERS[@]} masters and ${#ZK_QUORUM[@]} peers in ZooKeeper quorum."
echo "Starting HA cluster with ${#MASTERS[@]} masters."

for ((i=0;i<${#MASTERS[@]};++i)); do
master=${MASTERS[i]}
Expand Down

0 comments on commit e4d8944

Please sign in to comment.