You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/02/10 15:23:18 UTC

[jira] [Resolved] (FLINK-3372) Setting custom YARN application name is ignored

     [ https://issues.apache.org/jira/browse/FLINK-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-3372.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.3

Fixed via 11bfe6f3e9956101e76fbb3b3b8dccee93d81eb3

Thank you for the contribution!

> Setting custom YARN application name is ignored
> -----------------------------------------------
>
>                 Key: FLINK-3372
>                 URL: https://issues.apache.org/jira/browse/FLINK-3372
>             Project: Flink
>          Issue Type: Bug
>          Components: YARN Client
>    Affects Versions: 0.10.1
>            Reporter: Nick Dimiduk
>             Fix For: 0.10.3
>
>
> The {{-ynm}} optional argument is ignored. From my debugging FlinkYarnClientBase does the right thing to parse and set the value. CliFrontend ignores this parsed value, always calling
> {noformat}
>             flinkYarnClient.setName("Flink Application: " + programName);
> {noformat}
> down in {{getClient(CommandLineOptions, String, int)}}. Thus every job submission to YARN is identifiable only by its classname.



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