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?
---