Hi,
one master should be enough to get Flink working. Did you ensure that all the
configuration files are complete, correct, and also distributed to all nodes in
the cluster? If you still can not start Flink after checking that, relevant
sections from the log and your configuration would be hel
Hi All-
I am having trouble using the FlinkShell against a standalone HA cluster
(recovery.mode: zookeeper)
If I remove the zookeeper conf from flink-conf.yaml and restart the
cluster, I can execute stuff from the shell just fine. (One master is
running)
Adding back the config, and restarti