[
https://issues.apache.org/jira/browse/FLINK-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15139922#comment-15139922
]
ASF GitHub Bot commented on FLINK-3372:
---------------------------------------
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1607#issuecomment-182114169
+1 to merge
> 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
>
> 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)