You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/05/17 06:08:51 UTC

[05/13] flink git commit: [FLINK-9284][docs] Update port in CLI docs

[FLINK-9284][docs] Update port in CLI docs

This closes #6013.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c2ec5ca8
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c2ec5ca8
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c2ec5ca8

Branch: refs/heads/release-1.5
Commit: c2ec5ca8f7d9f1b8312b45709cadac6d3c77e735
Parents: 29c3461
Author: triones.deng <tr...@vipshop.com>
Authored: Mon May 14 23:31:46 2018 +0800
Committer: zentol <ch...@apache.org>
Committed: Wed May 16 20:22:32 2018 +0200

----------------------------------------------------------------------
 docs/ops/cli.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c2ec5ca8/docs/ops/cli.md
----------------------------------------------------------------------
diff --git a/docs/ops/cli.md b/docs/ops/cli.md
index dd06ac2..bf85712 100644
--- a/docs/ops/cli.md
+++ b/docs/ops/cli.md
@@ -71,7 +71,7 @@ The command line can be used to
 
 -   Run example program on a specific JobManager:
 
-        ./bin/flink run -m myJMHost:6123 \
+        ./bin/flink run -m myJMHost:8081 \
                                ./examples/batch/WordCount.jar \
                                --input file:///home/user/hamlet.txt --output file:///home/user/wordcount_out