[
https://issues.apache.org/jira/browse/YARN-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792702#comment-13792702
]
Wei Yan commented on YARN-1300:
-------------------------------
Seems some changes in the fair scheduler configuration part. YARN-1270 was
created to solve the TestSLSRunner problem.
> FairScheduler fails to start due to using incorrect allocation file
> -------------------------------------------------------------------
>
> Key: YARN-1300
> URL: https://issues.apache.org/jira/browse/YARN-1300
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Ted Yu
>
> I was looking at
> https://builds.apache.org/job/PreCommit-YARN-Build/2165//testReport/org.apache.hadoop.yarn.sls/TestSLSRunner/testSimulatorRunning/
> I am able to reproduce the failure locally.
> I found that FairSchedulerConfiguration.getAllocationFile() doesn't read the
> yarn.scheduler.fair.allocation.file config entry from fair-scheduler.xml
> This leads to the following:
> {code}
> Caused by:
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationConfigurationException:
> Bad fair scheduler config file: top-level element not <allocations>
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.QueueManager.reloadAllocs(QueueManager.java:302)
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.QueueManager.initialize(QueueManager.java:108)
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.reinitialize(FairScheduler.java:1145)
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)