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 2020/03/11 09:46:41 UTC

[flink-playgrounds] branch release-1.9 updated: [hotfix] Fixing minor issues with the English in the README for the 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-playgrounds.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new 835b3e3  [hotfix] Fixing minor issues with the English in the README for the operations-playground
835b3e3 is described below

commit 835b3e371694a41a7f9fb9fd2328fd8893699f92
Author: David Anderson <da...@alpinegizmo.com>
AuthorDate: Tue Mar 10 18:46:25 2020 +0100

    [hotfix] Fixing minor issues with the English in the README for the operations-playground
    
    This closes #8.
---
 operations-playground/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/operations-playground/README.md b/operations-playground/README.md
index d17353c..5d64b76 100644
--- a/operations-playground/README.md
+++ b/operations-playground/README.md
@@ -1,16 +1,16 @@
 # Flink Operations Playground
 
-The Flink operations playground let's you explore and play with [Apache Flink](https://flink.apache.org)'s features to manage and operate stream processing jobs, including
+The Flink operations playground lets you explore and play with [Apache Flink](https://flink.apache.org)'s features to manage and operate stream processing jobs, including
 
 * Observing automatic failure recovery of an application
 * Upgrading and rescaling an application
 * Querying the runtime metrics of an application
 
-It is based on a [docker-compose](https://docs.docker.com/compose/) environment and super easy to setup.
+It's based on a [docker-compose](https://docs.docker.com/compose/) environment and is super easy to setup.
 
 ## Setup
 
-The operations playground requires a custom Docker image in addition to public images for Flink, Kafka, and ZooKeeper. 
+The operations playground requires a custom Docker image, as well as public images for Flink, Kafka, and ZooKeeper. 
 
 The `docker-compose.yaml` file of the operations playground is located in the `operations-playground` directory. Assuming you are at the root directory of the [`flink-playgrounds`](https://github.com/apache/flink-playgrounds) repository, change to the `operations-playground` folder by running
 
@@ -34,7 +34,7 @@ Once you built the Docker image, run the following command to start the playgrou
 docker-compose up -d
 ```
 
-You can check if the playground was successfully started, if you can access the WebUI of the Flink cluster at [http://localhost:8081](http://localhost:8081).
+You can check if the playground was successfully started by accessing the WebUI of the Flink cluster at [http://localhost:8081](http://localhost:8081).
 
 ### Stopping the Playground