从0到1Flink的成长之路(二十)-Flink 高级特性(二)之状态恢复和重启策略
作者:互联网
状态恢复和重启策略
手动重启并恢复
1.把程序打包
2.启动Flink集群(本地单机版,集群版都可以)
/export/server/flink/bin/start-cluster.sh
3.访问webUI
http://node1.itcast.cn:8081/#/overview
4.使用FlinkWebUI提交
cn.itcast.flink.checkpoint.StreamCheckpointDemo
hdfs://node1.itcast.cn:8020/flink-checkpoint/checkpoint
5.取消任务
6.重新启动任务并指定从哪恢复
cn.itcast.flink.checkpoint.StreamCheckpointDemo
hdfs://node1.itcast.cn:8020/flink-checkpoint/checkpoint
hdfs://node1.itcast.cn:8020/flink-checkpoint/checkpoint/aedbaa962fc720954651d27d95fcb53f/chk-106
7.最后关闭/取消任务
标签:hdfs,flink,itcast,cn,重启,Flink,checkpoint,1Flink,node1 来源: https://blog.csdn.net/weixin_51329630/article/details/118400320