[
https://issues.apache.org/jira/browse/FLINK-29325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yun Tang reassigned FLINK-29325:
--------------------------------
Assignee: Jun He
> Fix documentation bug on how to enable batch mode for streaming examples
> ------------------------------------------------------------------------
>
> Key: FLINK-29325
> URL: https://issues.apache.org/jira/browse/FLINK-29325
> Project: Flink
> Issue Type: Bug
> Components: Client / Job Submission, Documentation
> Affects Versions: 1.15.2
> Reporter: Jun He
> Assignee: Jun He
> Priority: Major
> Fix For: 1.16.0, 1.17.0, 1.15.3
>
>
> In latest flink doc, it says that we should use
> '-Dexecution.runtime-mode=BATCH' to enable batch modeļ¼but it does not work
> actually. The wrong way is as below:
> bin/flink run -Dexecution.runtime-mode=BATCH examples/streaming/WordCount.jar
> we should use '--execution-mode batch' instead, the correct way is as below
> bin/flink run examples/streaming/WordCount.jar --execution-mode batch
--
This message was sent by Atlassian Jira
(v8.20.10#820010)