yzeng1618 commented on code in PR #10232:
URL: https://github.com/apache/seatunnel/pull/10232#discussion_r2660980112
##########
docs/zh/other-engine/flink.md:
##########
@@ -78,6 +78,14 @@ sink{
}
```
+### 如何从检查点恢复任务
+
+当你需要从检查点恢复任务时,只需启动任务时指定相关的检查点目录即可。
+
+```
+bin/start-seatunnel-flink-13-connector-v2.sh --target local --fromCheckpoint
hdfs:///flink/checkpoints/3c298a925d9a2a7837bbf5a8e4966b4f/chk-7902
--deploy-mode run --config ./config/example.conf
+```
+
Review Comment:
In Flink, the -s option works for both savepoints and
(externalized/retained)checkpoints. You can add a description in the
documentation to indicate that recovery from both savepoints and checkpoints is
supported.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]