You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2015/03/17 21:03:47 UTC

[4/4] flink git commit: [docs] Remove -j and -a parameters which seemed no longer valid in the doc example for submit job to Flink run in YARN.

[docs] Remove -j and -a parameters which seemed no longer valid in the doc example for submit job to Flink run in YARN.

From:

./bin/flink run -j ./examples/flink-java-examples-{{site.FLINK_VERSION_SHORT }}-WordCount.jar \
      -a 1 hdfs:///..../apache-license-v2.txt hdfs:///.../wordcount-result.txt

To:

./bin/flink run ./examples/flink-java-examples-{{site.FLINK_VERSION_SHORT }}-WordCount.jar \
       hdfs:///..../apache-license-v2.txt hdfs:///.../wordcount-result.txt


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

Branch: refs/heads/master
Commit: 72ca014ee1ffc59b328846967fe976ab55e6b450
Parents: 04a7388
Author: Henry Saputra <he...@gmail.com>
Authored: Thu Mar 12 16:18:03 2015 -0700
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Mar 17 20:22:54 2015 +0100

----------------------------------------------------------------------
 docs/yarn_setup.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/72ca014e/docs/yarn_setup.md
----------------------------------------------------------------------
diff --git a/docs/yarn_setup.md b/docs/yarn_setup.md
index 5c53f8b..d65cf7e 100644
--- a/docs/yarn_setup.md
+++ b/docs/yarn_setup.md
@@ -172,8 +172,8 @@ Use the *run* action to submit a job to YARN. The client is able to determine th
 ~~~bash
 wget -O apache-license-v2.txt http://www.apache.org/licenses/LICENSE-2.0.txt
 hadoop fs -copyFromLocal LICENSE-2.0.txt hdfs:/// ...
-./bin/flink run -j ./examples/flink-java-examples-{{site.FLINK_VERSION_SHORT }}-WordCount.jar \
-                       -a 1 hdfs:///..../apache-license-v2.txt hdfs:///.../wordcount-result.txt 
+./bin/flink run ./examples/flink-java-examples-{{site.FLINK_VERSION_SHORT }}-WordCount.jar \
+        hdfs:///..../apache-license-v2.txt hdfs:///.../wordcount-result.txt
 ~~~
 
 If there is the following error, make sure that all TaskManagers started: