[
https://issues.apache.org/jira/browse/FLINK-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178532#comment-16178532
]
ASF GitHub Bot commented on FLINK-6703:
---------------------------------------
GitHub user bowenli86 opened a pull request:
https://github.com/apache/flink/pull/4721
[FLINK-6703][savepoint/doc] Document how to take a savepoint on YARN
## What is the purpose of the change
The documentation should have a separate entry for savepoint related CLI
commands in combination with YARN. It is currently not documented that you have
to supply the application id, nor how you can pass it.
## Brief change log
- *add instruction of taking savepoints on YARN to both Savepoint and CLI
doc*
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
none
## Documentation
none
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink FLINK-6703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4721.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 #4721
----
commit 1d445fc5c995971dabece8e956c015832a676c18
Author: Bowen Li <[email protected]>
Date: 2017-09-25T04:56:58Z
[FLINK-6703][savepoint/doc] Document how to take a savepoint on YARN
----
> Document how to take a savepoint on YARN
> ----------------------------------------
>
> Key: FLINK-6703
> URL: https://issues.apache.org/jira/browse/FLINK-6703
> Project: Flink
> Issue Type: Improvement
> Components: Documentation, YARN
> Affects Versions: 1.3.0, 1.4.0
> Reporter: Chesnay Schepler
> Assignee: Bowen Li
>
> The documentation should have a separate entry for savepoint related CLI
> commands in combination with YARN. It is currently not documented that you
> have to supply the application id, nor how you can pass it.
> {code}
> ./bin/flink savepoint <jobID> -m yarn-cluster (-yid|-yarnapplicationId)
> <appID>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)