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

Yufei Gu updated YARN-4935:
---------------------------
    Description: 
TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the 
default. 

This test case introduced by YARN-3131 works well on CapacityScheduler but not 
on FairScheduler, since CS doesn't allow dynamically create a queue, but FS 
support it. So if you give a random queue name, CS will reject it, but FS will 
create a new queue for it by default. 
One simple solution is to specific CS in this test case. /cc [~lichangleo]. I 
was thinking about creating another test case for FS. But for the code 
introduced by YARN-3131, it may be not necessary.



  was:
TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the 
default. 

This test case introduced by YARN-3131 works well on CapacityScheduler but not 
on FairScheduler, since CS doesn't allow dynamically create a queue, but FS 
support it. So if you give a random queue name, CS will reject it, but FS will 
create a new queue for it by default. One simple solution is to specific CS in 
this test case. /cc [~lichangleo]. I was thinking about creating another test 
case for FS. But for the code introduced by YARN-3131, it may be not necessary.




> TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the 
> default
> -------------------------------------------------------------------------------
>
>                 Key: YARN-4935
>                 URL: https://issues.apache.org/jira/browse/YARN-4935
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 2.8.0
>            Reporter: Yufei Gu
>            Assignee: Yufei Gu
>
> TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the 
> default. 
> This test case introduced by YARN-3131 works well on CapacityScheduler but 
> not on FairScheduler, since CS doesn't allow dynamically create a queue, but 
> FS support it. So if you give a random queue name, CS will reject it, but FS 
> will create a new queue for it by default. 
> One simple solution is to specific CS in this test case. /cc [~lichangleo]. I 
> was thinking about creating another test case for FS. But for the code 
> introduced by YARN-3131, it may be not necessary.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to