[
https://issues.apache.org/jira/browse/FLINK-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500013#comment-16500013
]
ASF GitHub Bot commented on FLINK-9508:
---------------------------------------
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
> General Spell Check on Flink Docs
> ---------------------------------
>
> Key: FLINK-9508
> URL: https://issues.apache.org/jira/browse/FLINK-9508
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.5.0, 1.4.1, 1.4.2
> Reporter: Yazdan Shirvany
> Assignee: Yazdan Shirvany
> Priority: Trivial
>
> Fixing Flink docs misspelling
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)