You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/11/03 14:56:28 UTC

[jira] [Created] (FLINK-2962) Cluster startup script refers to unused variable

Ufuk Celebi created FLINK-2962:
----------------------------------

             Summary: Cluster startup script refers to unused variable
                 Key: FLINK-2962
                 URL: https://issues.apache.org/jira/browse/FLINK-2962
             Project: Flink
          Issue Type: Improvement
          Components: Start-Stop Scripts
    Affects Versions: 0.10
            Reporter: Ufuk Celebi
            Assignee: Ufuk Celebi


./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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)