[
https://issues.apache.org/jira/browse/FLINK-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15137426#comment-15137426
]
ASF GitHub Bot commented on FLINK-3372:
---------------------------------------
GitHub user ndimiduk opened a pull request:
https://github.com/apache/flink/pull/1607
[FLINK-3372] Setting custom YARN application name is ignored
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ndimiduk/flink 3372-yarn-application-name
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1607.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1607
----
commit 72ddd0ad5eb27eadd5848674d8613a0d9445aac9
Author: Nick Dimiduk <[email protected]>
Date: 2016-02-08T18:24:52Z
[FLINK-3372] Setting custom YARN application name is ignored
----
> 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)