Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
Description
./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.