You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "xiaodao (Jira)" <ji...@apache.org> on 2019/11/05 11:55:00 UTC

[jira] [Comment Edited] (FLINK-14601) CLI documentation for list is missing '-a'

    [ https://issues.apache.org/jira/browse/FLINK-14601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967447#comment-16967447 ] 

xiaodao edited comment on FLINK-14601 at 11/5/19 11:54 AM:
-----------------------------------------------------------

[~tison] can assign the issue to me, just fix the bug,but not refactor the parser of CliFrontendParser.


was (Author: xiaodao):
can assign the issue to me, just fix the bug,but not refactor the parser of CliFrontendParser.

> CLI documentation for list is missing '-a'
> ------------------------------------------
>
>                 Key: FLINK-14601
>                 URL: https://issues.apache.org/jira/browse/FLINK-14601
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Hunter Jackson
>            Priority: Minor
>
> It is shown in the examples here [https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/cli.html#job-management-examples] however it is not in the help docs or any other documentation I can find 
>  
> {code:java}
> $ ./bin/flink list --help
> Action "list" lists running and scheduled programs.  Syntax: list [OPTIONS]
>   "list" action options:
>      -r,--running     Show only running programs and their JobIDs
>      -s,--scheduled   Show only scheduled programs and their JobIDs
>   Options for default mode:
>      -m,--jobmanager <arg>           Address of the JobManager (master) to which
>                                      to connect. Use this flag to connect to a
>                                      different JobManager than the one specified
>                                      in the configuration.
>      -z,--zookeeperNamespace <arg>   Namespace to create the Zookeeper sub-paths
>                                      for high availability mode
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)