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 "Anubhav Dhoot (JIRA)" <ji...@apache.org> on 2014/05/28 21:45:03 UTC

[jira] [Created] (YARN-2110) TestAMRestart#testAMRestartWithExistingContainers assumes CapacityScheduler

Anubhav Dhoot created YARN-2110:
-----------------------------------

             Summary: TestAMRestart#testAMRestartWithExistingContainers assumes CapacityScheduler
                 Key: YARN-2110
                 URL: https://issues.apache.org/jira/browse/YARN-2110
             Project: Hadoop YARN
          Issue Type: Bug
         Environment: The TestAMRestart#testAMRestartWithExistingContainers does a cast to CapacityScheduler in a couple of places
{code}
((CapacityScheduler) rm1.getResourceScheduler())
{code}

If run with FairScheduler as default scheduler the test throws 
{code} java.lang.ClassCastException {code}.
            Reporter: Anubhav Dhoot






--
This message was sent by Atlassian JIRA
(v6.2#6252)