You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/10/20 15:10:27 UTC

[jira] [Created] (FLINK-2875) Add createRemoveEnvironment variant for HA

Ufuk Celebi created FLINK-2875:
----------------------------------

             Summary: Add createRemoveEnvironment variant for HA
                 Key: FLINK-2875
                 URL: https://issues.apache.org/jira/browse/FLINK-2875
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Runtime
    Affects Versions: 0.10
            Reporter: Ufuk Celebi
            Priority: Minor


Currently, you can submit a program to an HA cluster via

{code}
createRemoteEnvironment(String host, int port, Configuration clientConfiguration, String... jarFiles)
{code}

when you set {{host != null}} and {{port > 0}}. The HA configuration needs to be in the {{clientConfiguration}} though and both host and port are ignored.

We can think about adding a further variant of this method specific for HA environments.



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