flink启动同步任务后全部失败,报错:NoResourceAvailableException: Could not acquire the minimum required resources.
修改flink的配置文件 ,目录是 flink-1.18.0/conf/中flink-conf-yaml的jobmanager.memory.process.size和taskmanager.memory.flink.size。注意:实际修改后还是报错,发现配置前面多了个空格⊙﹏⊙,删掉后重启服务成功。然后重启flink服务 ./bin/stop-cluster.sh,重启同步任务。
原创
2024-09-27 10:21:47 ·
1885 阅读 ·
0 评论