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)