This is an automated email from the ASF dual-hosted git repository. danderson pushed a commit to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push: new 6bd5734 [hotfix][docs] Adjust playground docs to Flink 1.11 output 6bd5734 is described below commit 6bd5734c888fb5b97d5d4e6027ff7b2620e8fc54 Author: Alexander Fedulov <1492164+afedu...@users.noreply.github.com> AuthorDate: Tue Oct 6 10:58:45 2020 +0200 [hotfix][docs] Adjust playground docs to Flink 1.11 output --- docs/try-flink/flink-operations-playground.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/try-flink/flink-operations-playground.md b/docs/try-flink/flink-operations-playground.md index 67e37d9..35b50d6 100644 --- a/docs/try-flink/flink-operations-playground.md +++ b/docs/try-flink/flink-operations-playground.md @@ -367,26 +367,13 @@ docker-compose run --no-deps client flink stop <job-id> **Expected Output** {% highlight bash %} Suspending job "<job-id>" with a savepoint. -Suspended job "<job-id>" with a savepoint. +Savepoint completed. Path: file:<savepoint-path> {% endhighlight %} The Savepoint has been stored to the `state.savepoint.dir` configured in the *flink-conf.yaml*, which is mounted under */tmp/flink-savepoints-directory/* on your local machine. You will need the -path to this Savepoint in the next step. In case of the REST API this path was already part of the -response, you will need to have a look at the filesystem directly. +path to this Savepoint in the next step. -**Command** -{% highlight bash %} -ls -lia /tmp/flink-savepoints-directory -{% endhighlight %} - -**Expected Output** -{% highlight bash %} -total 0 - 17 drwxr-xr-x 3 root root 60 17 jul 17:05 . - 2 drwxrwxrwt 135 root root 3420 17 jul 17:09 .. -1002 drwxr-xr-x 2 root root 140 17 jul 17:05 savepoint-<short-job-id>-<uuid> -{% endhighlight %} </div> <div data-lang="REST API" markdown="1"> @@ -438,7 +425,6 @@ docker-compose run --no-deps client flink run -s <savepoint-path> \ {% endhighlight %} **Expected Output** {% highlight bash %} -Starting execution of program Job has been submitted with JobID <job-id> {% endhighlight %} </div>