You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GJL <gi...@git.apache.org> on 2017/10/19 08:29:22 UTC

[GitHub] flink pull request #4856: [hotifx] [docs] Add required option -yn to example...

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 <ga...@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

----


---

[GitHub] flink pull request #4856: [hotifx] [docs] Add required option -yn to example...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/4856


---