You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "shengjk1 (JIRA)" <ji...@apache.org> on 2019/01/17 07:07:00 UTC

[jira] [Updated] (FLINK-11377) AbstractYarnClusterDescriptor's validClusterSpecification is not final application resources from yarn if cli -yn -ys not effect

     [ https://issues.apache.org/jira/browse/FLINK-11377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

shengjk1 updated FLINK-11377:
-----------------------------
    Description: 
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:

allocated containers=4 and allocated cpu cores=4

!image-2019-01-17-14-57-24-060.png!

  was:
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!


> 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
>            Priority: Major
>         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:
> allocated containers=4 and allocated cpu cores=4
> !image-2019-01-17-14-57-24-060.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)