From e8de193edde855fad3593e6db66ce0b1fcae90ea Mon Sep 17 00:00:00 2001 From: Patrick Lucas Date: Tue, 28 Mar 2017 12:01:13 +0200 Subject: [PATCH] Edits to Flink docs --- flink/content.md | 8 ++++---- flink/user-feedback.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flink/content.md b/flink/content.md index 0a6203422..73bfc9959 100644 --- a/flink/content.md +++ b/flink/content.md @@ -2,7 +2,7 @@ Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities. -Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/) +Learn more about Flink at [https://flink.apache.org/](https://flink.apache.org/) > [wikipedia.org/wiki/Apache_Flink](https://en.wikipedia.org/wiki/Apache_Flink) @@ -10,7 +10,7 @@ Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/) # How to use this Docker image -## Run a flink local cluster +## Run a Flink local cluster To run a single Flink local cluster: @@ -20,7 +20,7 @@ $ docker run --name flink_local -p 8081:8081 -t flink local Then with a web browser go to `http://localhost:8081/` to see the Flink Job Manager Console (adjust the hostname for your docker host). -To use Flink, you can submit a job to the cluster using the Web UI or you can also do it from a different flink container, for example: +To use Flink, you can submit a job to the cluster using the Web UI or you can also do it from a different Flink container, for example: ```console $ docker run -t flink flink run -m -c @@ -81,7 +81,7 @@ docker-compose scale taskmanager= ## Configuration -For reference these are the default ports used by flink image: +These are the default ports used by the Flink image: - The Web Client is on port `8081` - JobManager RPC port `6123` diff --git a/flink/user-feedback.md b/flink/user-feedback.md index 26734e8d4..6c83a91b5 100644 --- a/flink/user-feedback.md +++ b/flink/user-feedback.md @@ -2,7 +2,7 @@ Please report issues with this docker image on this [Github project](https://github.com/docker-flink/docker-flink). -For general questions about Flink, see the [Community & Project Info](https://flink.apache.org/community.html), in particular the flink user mailing list. +For general questions about Flink, see the [Community & Project Info](https://flink.apache.org/community.html), in particular the Flink user mailing list. ## Contributing