Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-29325

Fix documentation bug on how to enable batch mode for streaming examples

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              Jun He Jun He
              Jun He Jun He
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: