[
https://issues.apache.org/jira/browse/FLINK-3937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299978#comment-15299978
]
ASF GitHub Bot commented on FLINK-3937:
---------------------------------------
GitHub user packet23 opened a pull request:
https://github.com/apache/flink/pull/2034
[FLINK-3937] Implemented -yid option to Flink cli list, savepoint, cancel
and stop subcommands
I created a PR from the patch I already attached to the JIRA issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/researchgate/flink FLINK-3937
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2034.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 #2034
----
commit 0599329c21e8dae0c36b69e04395016c1cb2f646
Author: Sebastian Klemke <[email protected]>
Date: 2016-05-25T12:28:59Z
Implemented -yid option to Flink cli list, savepoint, cancel and stop
subcommands.
----
> Make flink cli list, savepoint, cancel and stop work on Flink-on-YARN clusters
> ------------------------------------------------------------------------------
>
> Key: FLINK-3937
> URL: https://issues.apache.org/jira/browse/FLINK-3937
> Project: Flink
> Issue Type: Improvement
> Reporter: Sebastian Klemke
> Priority: Trivial
> Attachments: improve_flink_cli_yarn_integration.patch
>
>
> Currently, flink cli can't figure out JobManager RPC location for
> Flink-on-YARN clusters. Therefore, list, savepoint, cancel and stop
> subcommands are hard to invoke if you only know the YARN application ID. As
> an improvement, I suggest adding a -yid <yarnApplicationId> option to the
> mentioned subcommands that can be used together with -m yarn-cluster. Flink
> cli would then retrieve JobManager RPC location from YARN ResourceManager.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)