Re: start-cluster.sh not working in HA mode
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/start-cluster-sh-not-working-in-HA-mode-tp16233p16266.html
Hi Hayden,
I tried to reproduce the problem you described and followed the HA setup instructions of the documentation [1].
For me the instructions worked and start-cluster.sh started two JobManagers on my local machine (master contained two localhost entries).
The bash scripts tend to be a bit fragile, especially when it comes to handling spaces in variables and quotes.
What kind of environment are you running on (I'm on macOS) and do you try to start the JMs on localhost or remote machines?
Best, Fabian