提交失败,yarn资源也还有很多,为什么会提交失败呢?

提交脚本
./bin/flink run -m yarn-cluster \
-ynm TestDataProcess \
-yd \
-yn 2 \
-ytm 1024 \
-yjm 1024 \
-c com.data.processing.unconditionalacceptance.TestDataProcess \
./tasks/UnconditionalAcceptanceDataProcess.jar \


yarn资源
Apps Submitted  Apps Pending    Apps Running    Apps Completed  Containers 
Running      Memory Used     Memory Total    Memory Reserved VCores Used     
VCores Total    VCores Reserved Active Nodes    Decommissioned Nodes    Lost 
Nodes      Unhealthy Nodes Rebooted Nodes
239     0       12      227     173     334 GB  1.42 TB 0 B     173     288     
0       9       0       0       0       0



2020-04-14 15:14:19,002 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:19,253 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:19,504 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:19,755 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:20,006 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:20,257 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:20,508 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:20,759 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:21,011 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:21,262 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:21,513 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:21,764 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:22,015 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:22,265 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:22,517 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:22,768 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:23,019 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:23,270 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:23,521 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:23,772 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:24,025 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster
2020-04-14 15:14:24,276 INFO  
org.apache.flink.yarn.AbstractYarnClusterDescriptor           - Deployment took 
more than 60 seconds. Please check if the requested resources are available in 
the YARN cluster

回复