shell命令
启动命令
bin/flink run -m host:port -c com.xx.xx ./xx.jar
从checkpoint恢复启动
bin/flink run -m host:port -s hdfs://host:port/xxx/xx -c com.xx.xx ./xx.jar
保存checkpoint
bin/flink savepoint jobid hdfs://host:port/xxx/xx