You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/06 10:22:00 UTC

[jira] [Commented] (FLINK-9109) Add flink modify command to documentation

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

ASF GitHub Bot commented on FLINK-9109:
---------------------------------------

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

    https://github.com/apache/flink/pull/5786#discussion_r179716924
  
    --- Diff: docs/ops/cli.md ---
    @@ -300,70 +306,134 @@ Action "info" shows the optimized execution plan of the program (JSON).
                                           program. Optional flag to override the
                                           default value specified in the
                                           configuration.
    -  Options for yarn-cluster mode:
    -     -yid,--yarnapplicationId <arg>   Attach to running YARN session
    -
     
     
     Action "list" lists running and scheduled programs.
     
       Syntax: list [OPTIONS]
       "list" action options:
    -     -m,--jobmanager <host:port>   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.
    -     -r,--running                  Show only running programs and their JobIDs
    -     -s,--scheduled                Show only scheduled programs and their JobIDs
    +     -r,--running     Show only running programs and their JobIDs
    +     -s,--scheduled   Show only scheduled programs and their JobIDs
       Options for yarn-cluster 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.
          -yid,--yarnapplicationId <arg>   Attach to running YARN session
    +     -z,--zookeeperNamespace <arg>    Namespace to create the Zookeeper
    +                                      sub-paths for high availability mode
    +
    +  Options for flip6 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
     
     
     
     Action "stop" stops a running program (streaming jobs only).
     
       Syntax: stop [OPTIONS] <Job ID>
       "stop" action options:
    -     -m,--jobmanager <host:port>   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.
    +
       Options for yarn-cluster 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.
          -yid,--yarnapplicationId <arg>   Attach to running YARN session
    +     -z,--zookeeperNamespace <arg>    Namespace to create the Zookeeper
    +                                      sub-paths for high availability mode
    +
    +  Options for flip6 mode:
    --- End diff --
    
    You recently removed flip6 references from classes, do we retain them in the documentation?


> Add flink modify command to documentation
> -----------------------------------------
>
>                 Key: FLINK-9109
>                 URL: https://issues.apache.org/jira/browse/FLINK-9109
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Blocker
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> We should add documentation for the {{flink modify}} command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)