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)