本文主要是介绍【Flink】Deployment took more than 60 seconds. Please check if the requested resources are available,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
flink任务提交到yarn集群出现如下问题,不断刷屏org.apache.flink.yarn.YarnClusterDescriptor [] - Deployment took more than 60 seconds. Please check if the requested resources are available in the YARN cluster
flink run -yd -m yarn-cluster -c com.test.FlinkCdc /home/it/flink-test1-1.0-SNAPSHOT.jar
Setting HBASE_CONF_DIR=/etc/hbase/conf because no HBASE_CONF_DIR was set.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/data/flink/flink-1.12.2/lib/log4j-slf4j-impl-2.12.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-5.16.2-1.cdh5.16.2.p0.8/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
2021-12-30 15:55:38,768 WARN org.apache.flink.yarn.configuration.
这篇关于【Flink】Deployment took more than 60 seconds. Please check if the requested resources are available的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!