Repository: flink Updated Branches: refs/heads/master 0236992e4 -> 034d9a3ab
[FLINK-6000] [scripts] Fix starting HA cluster with start-cluster.sh This closes #3506 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/034d9a3a Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/034d9a3a Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/034d9a3a Branch: refs/heads/master Commit: 034d9a3ab8bb7dec57a7021564060274760ed339 Parents: 96ec655 Author: Dawid Wysakowicz <[email protected]> Authored: Fri Mar 10 09:15:06 2017 +0100 Committer: Stephan Ewen <[email protected]> Committed: Tue Mar 21 21:37:21 2017 +0100 ---------------------------------------------------------------------- flink-dist/src/main/flink-bin/bin/config.sh | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/034d9a3a/flink-dist/src/main/flink-bin/bin/config.sh ---------------------------------------------------------------------- diff --git a/flink-dist/src/main/flink-bin/bin/config.sh b/flink-dist/src/main/flink-bin/bin/config.sh index 568aba3..a0c7550 100755 --- a/flink-dist/src/main/flink-bin/bin/config.sh +++ b/flink-dist/src/main/flink-bin/bin/config.sh @@ -284,8 +284,6 @@ if [ -z "${HIGH_AVAILABILITY}" ]; then else HIGH_AVAILABILITY=${DEPRECATED_HA} fi - else - HIGH_AVAILABILITY="none" fi fi
