[
https://issues.apache.org/jira/browse/FLINK-7270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404984#comment-16404984
]
Till Rohrmann commented on FLINK-7270:
--------------------------------------
{{env.java.opts}} is a configuration option which you can use to specify JVM
options with which you want to start the JVM for Flink processes. If that is
not working properly, then please open a corresponding JIRA ticket
[~juanmirocks].
This ticket is about parsing dynamic properties with which the Flink component
is started. These values should override the configuration settings read from
the global configuration as done in {{MesosJobClusterEntrypoint}} for example.
> Add support for dynamic properties to cluster entry point
> ---------------------------------------------------------
>
> Key: FLINK-7270
> URL: https://issues.apache.org/jira/browse/FLINK-7270
> Project: Flink
> Issue Type: Improvement
> Components: Cluster Management
> Affects Versions: 1.3.1
> Reporter: Till Rohrmann
> Assignee: Fang Yong
> Priority: Minor
> Labels: flip-6
>
> We should respect dynamic properties when starting the {{ClusterEntrypoint}}.
> This basically means extracting them from the passed command line arguments
> and then adding the to the loaded {{Configuration}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)