You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/06/05 08:16:35 UTC

[GitHub] flink pull request #5786: [FLINK-9109] [doc] Update documentation for CLI

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5786#discussion_r192983985
  
    --- Diff: docs/ops/cli.md ---
    @@ -287,6 +287,16 @@ Action "run" compiles and runs a program.
                                               sub-paths for high availability mode
          -ynl,--yarnnodeLabel <arg>           Specify YARN node label for 
                                               the YARN application 
    +     -z,--zookeeperNamespace <arg>        Namespace to create the Zookeeper
    +                                          sub-paths for high availability mode
    +
    +  Options for default mode:
    --- End diff --
    
    Can we list this above the yarn options?


---