请问一下,我执行 savepoint 命令
./bin/flink savepoint 79f3fb6d9a6f10e671451b98bcffea80 /flink-savepoints ---------执行1分钟后报错 Caused by: java.util.concurrent.TimeoutException 系统也只生成了一个空文件夹 \wsl.localhost\Ubuntu\flink-savepoints\savepoint-79f3fb-ea003493cd85 ---------上面提示超时,下面加上一个10分钟的超时时间 ./bin/flink savepoint -t 600000 79f3fb6d9a6f10e671451b98bcffea80 /flink-savepoints ---------报错 The program finished with the following exception: java.lang.IllegalStateException: No ClusterClientFactory found. If you were targeting a Yarn cluster, please make sure to export the HADOOP_CLASSPATH environment variable or have hadoop in your classpath. For more information refer to the "Deployment" section of the official Apache Flink documentation. --提示 Flink 没有找到 ClusterClientFactory 这是什么问题呢
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。