kl0u commented on a change in pull request #9030: [FLINK-13123] Align
Stop/Cancel Commands in CLI and REST Interface and Improve Documentation
URL: https://github.com/apache/flink/pull/9030#discussion_r302091353
##########
File path: docs/ops/cli.md
##########
@@ -170,29 +170,13 @@ These examples about how to manage a job in CLI.
./bin/flink cancel <jobID>
-- Cancel a job with a savepoint:
+- Cancel a job with a savepoint (deprecated; use "stop" instead):
Review comment:
I would say that @carp84 has a point here. Irrespectively of which option we
keep, `-p` or `-s`, I think it makes sense here to propose "use `stop -s/p
<location>` so that if the semantics of `stop` or `stop -s/p` (with no further
argument) change, the user scripts do not.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services