Enable the Capacity Scheduler
You must configure the yarn.resourcemanager.scheduler.class
property
in yarn-site.xml
to enable the Capacity Scheduler.
You must configure the yarn.resourcemanager.scheduler.class
property
in yarn-site.xml
to enable the Capacity Scheduler.
/etc/hadoop/conf/yarn-site.xml
file on the ResourceManager host:
<property>
<name>yarn.resourcemanager.scheduler.class</name>
<value>
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler
</value>
</property>
/etc/hadoop/conf/capacity-scheduler.xml
file on the ResourceManager
host. The Capacity Scheduler reads this file when starting, and also when an administrator
modifies the capacity- scheduler.xml file and then reloads the settings by running the
following command:
yarn rmadmin -refreshQueues
yarn.admin.acl
property on the
ResourceManager.