[ https://issues.apache.org/jira/browse/FLINK-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16499908#comment-16499908 ]
ASF GitHub Bot commented on FLINK-9508: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6112#discussion_r192666792 --- 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 -- `savepointDirectory` has specific semantics in the documentation and is assumed to be the directory with which one can start a job from again. The directory passed here _does not fit these semantics_ as a `savepointDirectory` is created *within* the `targetDirectory`. Please revert. > 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)