Re: Starting flink HA cluster with start-cluster.sh

2017-03-08 Thread Ufuk Celebi
Shouldn't the else branch ``` else HIGH_AVAILABILITY=${DEPRECATED_HA} fi ``` set it to `zookeeper`? Of course, the truth is whatever the script execution prints out. ;-) PS Emails like this should either go to the dev list or it's also fine to open an issue and discuss there (and potentially

Starting flink HA cluster with start-cluster.sh

2017-03-08 Thread Dawid Wysakowicz
Hi, I've tried to start cluster with HA mode as described in the doc, but with a current state of bin/config.sh I failed. I think there is a bug with configuring the HIGH_AVAILABILITY variable in block (bin/config.sh): if [ -z "${HIGH_AVAILABILITY}" ]; then HIGH_AVAILABILITY=$(readFromConfi