Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.2
Description
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
Attachments
Issue Links
- is caused by
-
FLINK-24830 Update DataStream WordCount example
- Closed
- links to