Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Yarn 集群中运行这些 Flink 作业。当 flink 作业失败或我重新启动它时,我希望 Flink 作业使用在它重新启动之前创建的保存点。如何使用此保存点重新启动 Flink 作业。我正在使用 Flink 1.4.2。
为了从保存点恢复,您必须调用bin/flink run -s :savepointPath [:runArgs]where runArgscontains the job jar。
bin/flink run -s :savepointPath [:runArgs]
runArgs