GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/4856
[hotifx] [docs] Add required option -yn to example command Example command to start the WordCount job via YARN does not work because it is missing the `-yn` option, which specifies the number of YARN container to allocate (i.e., number of Task Managers). You can merge this pull request into a Git repository by running: $ git pull https://github.com/GJL/flink hotfix-emr-yarn-cmd Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4856.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4856 ---- commit 6e2dff58a18a855f5b0ce80816950073484d2d8a Author: gyao <g...@data-artisans.com> Date: 2017-10-19T08:25:09Z [hotifx] [docs] Add required option -yn to example command which starts the WordCount job via YARN ---- ---