[
https://issues.apache.org/jira/browse/FLINK-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379336#comment-15379336
]
Ufuk Celebi commented on FLINK-4211:
------------------------------------
The problem is that the YARN session config and the CLI config might diverge,
e.g. a user starts a YARN session with
{{recovery.zookeeper.path.root=/flink/xyz}}, which is important for both the
started cluster, but also the client to discover that cluster.
I don't think this is a blocker for the release, but it should be addressed.
> Dynamic Properties not working for jobs submitted to Yarn session
> -----------------------------------------------------------------
>
> Key: FLINK-4211
> URL: https://issues.apache.org/jira/browse/FLINK-4211
> Project: Flink
> Issue Type: Bug
> Components: YARN Client
> Reporter: Stefan Richter
>
> The command line argument for dynamic properties (-D) is not working when
> submitting jobs to a flink session.
> Example:
> {code}
> bin/flink run -p 4 myJob.jar -D recovery.zookeeper.path.root=/flink/xyz
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)