Github user mjsax commented on a diff in the pull request:
https://github.com/apache/flink/pull/750#discussion_r38859306
--- Diff: docs/apis/cli.md ---
@@ -185,6 +189,18 @@ Action "list" lists running and scheduled programs.
-s,--scheduled Show only scheduled programs and their
JobIDs
+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. Specify 'yarn-cluster' as
the
+ JobManager to deploy a YARN cluster for
the
+ job. Use this flag to connect to a
different
--- End diff --
I understand. Makes sense. I just c&p from other commands (and was wounding
about it anyway ;) -- maybe I should have asked right away). The option `-m` in
also specified for `cancel`, `list`. I guess it requires a complete clean up.
Should I just include this in this PR or should be open a JIRA (and I just
leave this inconsistency as is here)?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---