You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2019/09/03 08:03:10 UTC

[flink] branch release-1.9 updated: [hotfix][docs] Minor fixes in operations playground.

This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new a2e90ff  [hotfix][docs] Minor fixes in operations playground.
a2e90ff is described below

commit a2e90ff0104875b8fb76030ba7a13877bc55973f
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Tue Sep 3 10:01:00 2019 +0200

    [hotfix][docs] Minor fixes in operations playground.
    
    [ci skip]
---
 .../docker-playgrounds/flink-operations-playground.md               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/getting-started/docker-playgrounds/flink-operations-playground.md b/docs/getting-started/docker-playgrounds/flink-operations-playground.md
index b3c4f24..bb720b4 100644
--- a/docs/getting-started/docker-playgrounds/flink-operations-playground.md
+++ b/docs/getting-started/docker-playgrounds/flink-operations-playground.md
@@ -87,7 +87,7 @@ output of the Flink job should show 1000 views per page and window.
 The playground environment is set up in just a few steps. We will walk you through the necessary 
 commands and show how to validate that everything is running correctly.
 
-We assume that you have that you have [docker](https://docs.docker.com/) (1.12+) and
+We assume that you have [Docker](https://docs.docker.com/) (1.12+) and
 [docker-compose](https://docs.docker.com/compose/) (2.1+) installed on your machine.
 
 The required configuration files are available in the 
@@ -209,7 +209,7 @@ docker-compose exec kafka kafka-console-consumer.sh \
 
 Now that you learned how to interact with Flink and the Docker containers, let's have a look at 
 some common operational tasks that you can try out on our playground.
-All of these tasks are independent of each other, i.e.i you can perform them in any order. 
+All of these tasks are independent of each other, i.e. you can perform them in any order. 
 Most tasks can be executed via the [CLI](#flink-cli) and the [REST API](#flink-rest-api).
 
 ### Listing Running Jobs
@@ -282,7 +282,7 @@ an external resource).
 docker-compose kill taskmanager
 {% endhighlight %}
 
-After a few seconds, Flink will notice the loss of the TaskManager, cancel the affected Job, and 
+After a few seconds, the Flink Master will notice the loss of the TaskManager, cancel the affected Job, and 
 immediately resubmit it for recovery.
 When the Job gets restarted, its tasks remain in the `SCHEDULED` state, which is indicated by the 
 purple colored squares (see screenshot below).