You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/05 07:37:49 UTC

[beam-site] 01/02: [BEAM-4731] update flink submission port because flink 1.5 new standard is port 8081

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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 689b0c8d91e2fc05ec93e49776ea2ffe421fb2cf
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Wed Jul 4 16:13:52 2018 +0200

    [BEAM-4731] update flink submission port because flink 1.5 new standard is port 8081
---
 src/documentation/runners/flink.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/documentation/runners/flink.md b/src/documentation/runners/flink.md
index dcf9b52..c7a6b1c 100644
--- a/src/documentation/runners/flink.md
+++ b/src/documentation/runners/flink.md
@@ -91,7 +91,7 @@ $ mvn exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
       --flinkMaster=<flink master url> \
       --filesToStage=target/word-count-beam--bundled-0.1.jar"
 ```
-If you have a Flink `JobManager` running on your local machine you can give `localhost:6123` for
+If you have a Flink `JobManager` running on your local machine you can give `localhost:8081` for
 `flinkMaster`.
 
 ## Pipeline options for the Flink Runner