Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-26353

"flink stop --help" does not list "--type" option

    XMLWordPrintableJSON

Details

    Description

      ./bin/flink stop --help 
      
      Action "stop" stops a running program with a savepoint (streaming jobs only).
      
        Syntax: stop [OPTIONS] <Job ID>
        "stop" action options:
           -d,--drain                           Send MAX_WATERMARK before taking the
                                                savepoint and stopping the pipelne.
           -p,--savepointPath <savepointPath>   Path to the savepoint (for example
                                                hdfs:///flink/savepoint-1537). If no
                                                directory is specified, the configured
                                                default will be used
                                                ("state.savepoints.dir").
        Options for Generic CLI mode:
           -D <property=value>   Allows specifying multiple generic configuration
                                 options. The available options can be found at
                                 https://nightlies.apache.org/flink/flink-docs-stable/
                                 ops/config.html
           -e,--executor <arg>   DEPRECATED: Please use the -t option instead which is
                                 also available with the "Application Mode".
                                 The name of the executor to be used for executing the
                                 given job, which is equivalent to the
                                 "execution.target" config option. The currently
                                 available executors are: "remote", "local",
                                 "kubernetes-session", "yarn-per-job" (deprecated),
                                 "yarn-session".
           -t,--target <arg>     The deployment target for the given application,
                                 which is equivalent to the "execution.target" config
                                 option. For the "run" action the currently available
                                 targets are: "remote", "local", "kubernetes-session",
                                 "yarn-per-job" (deprecated), "yarn-session". For the
                                 "run-application" action the currently available
                                 targets are: "kubernetes-application".
      
        Options for yarn-cluster mode:
           -m,--jobmanager <arg>            Set to yarn-cluster to use YARN execution
                                            mode.
           -yid,--yarnapplicationId <arg>   Attach to running YARN session
           -z,--zookeeperNamespace <arg>    Namespace to create the Zookeeper
                                            sub-paths for high availability mode
      
        Options for default mode:
           -D <property=value>             Allows specifying multiple generic
                                           configuration options. The available
                                           options can be found at
                                           https://nightlies.apache.org/flink/flink-do
                                           cs-stable/ops/config.html
           -m,--jobmanager <arg>           Address of the JobManager to which to
                                           connect. Use this flag to connect to a
                                           different JobManager than the one specified
                                           in the configuration. Attention: This
                                           option is respected only if the
                                           high-availability configuration is NONE.
           -z,--zookeeperNamespace <arg>   Namespace to create the Zookeeper sub-paths
                                           for high availability mode
      

      Attachments

        Issue Links

          Activity

            People

              dwysakowicz Dawid Wysakowicz
              knaufk Konstantin Knauf
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: