You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "tangshangwen (JIRA)" <ji...@apache.org> on 2018/07/05 10:17:00 UTC

[jira] [Updated] (YARN-8496) The capacity scheduler uses label to cause vcore to be incorrect

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

tangshangwen updated YARN-8496:
-------------------------------
    Description: 
 

 

I

n my cluster, I used tag scheduling, and I found that it caused the vcore of the cluster to be incorrect

!image-2018-07-05-18-16-10-851.png!

 

 

capacity-scheduler.xml

 
{code:java}
<configuration>

<property>
<name>yarn.scheduler.capacity.root.queues</name>
<value>support</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.support.capacity</name>
<value>100</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.support.accessible-node-labels</name>
<value>test1</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.support.accessible-node-labels.test1.capacity</name>
<value>100</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.accessible-node-labels.test1.capacity</name>
<value>100</value>
</property>

</configuration>
{code}
 

  was:
 

 

I

n my cluster, I used tag scheduling, and I found that it caused the vcore of the cluster to be incorrect

  !image-2018-07-05-18-12-45-837.png!

 

 

capacity-scheduler.xml

 
{code:java}
<configuration>

<property>
<name>yarn.scheduler.capacity.root.queues</name>
<value>support</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.support.capacity</name>
<value>100</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.support.accessible-node-labels</name>
<value>test1</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.support.accessible-node-labels.test1.capacity</name>
<value>100</value>
</property>

<property>
<name>yarn.scheduler.capacity.root.accessible-node-labels.test1.capacity</name>
<value>100</value>
</property>

</configuration>
{code}
 


> The capacity scheduler uses label to cause vcore to be incorrect
> ----------------------------------------------------------------
>
>                 Key: YARN-8496
>                 URL: https://issues.apache.org/jira/browse/YARN-8496
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.7.6
>            Reporter: tangshangwen
>            Assignee: tangshangwen
>            Priority: Major
>         Attachments: image-2018-07-05-18-16-10-851.png
>
>
>  
>  
> I
> n my cluster, I used tag scheduling, and I found that it caused the vcore of the cluster to be incorrect
> !image-2018-07-05-18-16-10-851.png!
>  
>  
> capacity-scheduler.xml
>  
> {code:java}
> <configuration>
> <property>
> <name>yarn.scheduler.capacity.root.queues</name>
> <value>support</value>
> </property>
> <property>
> <name>yarn.scheduler.capacity.root.support.capacity</name>
> <value>100</value>
> </property>
> <property>
> <name>yarn.scheduler.capacity.root.support.accessible-node-labels</name>
> <value>test1</value>
> </property>
> <property>
> <name>yarn.scheduler.capacity.root.support.accessible-node-labels.test1.capacity</name>
> <value>100</value>
> </property>
> <property>
> <name>yarn.scheduler.capacity.root.accessible-node-labels.test1.capacity</name>
> <value>100</value>
> </property>
> </configuration>
> {code}
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org