This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 17cfbd7dc [CELEBORN-948][DOC] fix quick start doc about failed to
submit flink wordcount
17cfbd7dc is described below
commit 17cfbd7dc733533b7817c3381dba96c233862b87
Author: mingji <[email protected]>
AuthorDate: Tue Sep 5 17:44:16 2023 +0800
[CELEBORN-948][DOC] fix quick start doc about failed to submit flink
wordcount
### What changes were proposed in this pull request?
Update the script to start word count demo.
### Why are the changes needed?
A user reported that he could not run the demo while following the quick
start docs.
### Does this PR introduce _any_ user-facing change?
NO.
### How was this patch tested?
Cluster.
Closes #1880 from FMX/CELEBORN-948.
Authored-by: mingji <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md
index 8bdf3b1c1..e49b89f25 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -137,7 +137,7 @@ Then deploy the example word count job to the running
cluster:
```shell
cd $FLINK_HOME
-./bin/flink run -Dexecution.runtime-mode=BATCH examples/streaming/WordCount.jar
+./bin/flink run examples/streaming/WordCount.jar --execution-mode BATCH
```
During the Flink Job, you should see the following message in Celeborn
Master's log:
```log