查看正在进行的任务

./flink list

取消job并保存状态

./flink cancel -s  jobid

重启job

./flink run -s savepointPath -c 主类 xxx.jar

相关文章: