-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.10.0
-
Component/s: Deployment / Scripts
-
Labels:None
./flink-dist/src/main/flink-bin/bin/start-cluster.sh: echo "Starting HA cluster (${STREAMING_MODE} mode) with ${#MASTERS[@]} masters and ${#ZK_QUORUM[@]} peers in ZooKeeper quorum."
The variable ZK_QUORUM is undefined. A grep did not find it anywhere else. I think it should be removed.