shengjk1 created FLINK-11377: -------------------------------- Summary: AbstractYarnClusterDescriptor's validClusterSpecification is not final application resources from yarn if cli -yn -ys not effect Key: FLINK-11377 URL: https://issues.apache.org/jira/browse/FLINK-11377 Project: Flink Issue Type: Bug Affects Versions: 1.7.1 Environment: java: jdk1.8.0_151
flink: flink-1.7.1 CDH:CDH-5.13.1-1.cdh5.13.1.p0.2 Reporter: shengjk1 Attachments: image-2019-01-17-14-57-24-060.png when cli -yn -ys not effect ,AbstractYarnClusterDescriptor's validClusterSpecification is not final application resources from yarn (cli -yn -ys not effect can refer to https://issues.apache.org/jira/browse/FLINK-11376) the cli : flink-1.7.1/bin/flink run -m yarn-cluster -yn 1 -ys 1 -ynm test -ccom.ishansong.bigdata.Main222 ./flinkDemo-1.0-SNAPSHOT.jar AbstractYarnClusterDescriptor's log : org.apache.flink.yarn.AbstractYarnClusterDescriptor - Cluster specification: ClusterSpecification\{masterMemoryMB=1024, taskManagerMemoryMB=1024, numberTaskManagers=1, slotsPerTaskManager=1} but yarn web ui: !image-2019-01-17-14-57-24-060.png! -- This message was sent by Atlassian JIRA (v7.6.3#76005)