You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2016/07/14 13:14:20 UTC

[jira] [Commented] (FLINK-4211) Dynamic Properties not working for jobs submitted to Yarn session

    [ https://issues.apache.org/jira/browse/FLINK-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376886#comment-15376886 ] 

Robert Metzger commented on FLINK-4211:
---------------------------------------

I think this is the expected behavior.
The dynamic properties are one-time system configuration changes for a Flink-on-YARN application.

Since you can not change the system config of Flink when submitting a job (to the already bootstrapped) server, this doesn't work.

Is it okay if I close this as "Invalid", or do you think we should use this to clarify the documentation.

> 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)