[GitHub] flink pull request #4721: [FLINK-6703][savepoint/doc] Document how to take a...

2017-10-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/4721


---


[GitHub] flink pull request #4721: [FLINK-6703][savepoint/doc] Document how to take a...

2017-09-24 Thread bowenli86
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 
Date:   2017-09-25T04:56:58Z

[FLINK-6703][savepoint/doc] Document how to take a savepoint on YARN




---