Github user medcv commented on a diff in the pull request:
https://github.com/apache/flink/pull/6112#discussion_r192693691
--- Diff: docs/ops/upgrading.md ---
@@ -172,7 +172,7 @@ First major step in job migration is taking a savepoint
of your job running in t
You can do this with the command:
{% highlight shell %}
-$ bin/flink savepoint :jobId [:targetDirectory]
+$ ./bin/flink savepoint <jobId> [savepointDirectory]
--- End diff --
will revert back!
I was looking at same command on CLI page as uses `savepointDirectory`
https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/cli.html#trigger-a-savepoint
but I see `targetDirectory` has also been used for Savepoint documentarians
---