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 "fengyongshe (JIRA)" <ji...@apache.org> on 2019/02/20 06:28:00 UTC

[jira] [Updated] (YARN-9314) Fair Scheduler: Queue Info mistake when configured same queue name at same level

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

fengyongshe updated YARN-9314:
------------------------------
    Attachment:     (was: 屏幕快照 2019-02-20 下午2.24.26.png)

> Fair Scheduler: Queue Info mistake when configured same queue name at same level
> --------------------------------------------------------------------------------
>
>                 Key: YARN-9314
>                 URL: https://issues.apache.org/jira/browse/YARN-9314
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: fengyongshe
>            Priority: Major
>             Fix For: 3.1.2
>
>
> The Queue Info is configured in fair-scheduler.xml like below
> <queue name="root">
>      {color:#FF0000}<queue name="deva">{color}
>          <minResources>3072mb,3vcores</minResources>
>         <maxResources>4096mb,4vcores</maxResources>
>          <queue name="sample">
>               <minResources>1024mb,1vcores</minResources>
>              <maxResources>2048mb,2vcores</maxResources>
>               <aclSubmitApps>Charlie</aclSubmitApps>
>           </queue>
>       </queue>
>      {color:#FF0000}<queue name="deva">{color}
>           <minResources>1024mb,1vcores</minResources>
>           <maxResources>2048mb,2vcores</maxResources>
>       </queue>
> </allocations>
> The Queue {color:#FF0000}root.deva{color} configured last will override existing{color:#FF0000}{color:#d04437} root.deva{color} {color:#333333}in root.deva.sample, like this{color}{color}
>  
>  



--
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