Saved Bookmarks
| 1. |
How Do You Setup Resource Manager To Use Capacity Scheduler? |
|
Answer» You can configure the RESOURCE Manager to use CAPACITY SCHEDULER by setting the value of property 'yarn.resourcemanager.scheduler.class' to 'org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler' in the FILE 'conf/yarn-site.xml'. You can configure the Resource Manager to use Capacity Scheduler by setting the value of property 'yarn.resourcemanager.scheduler.class' to 'org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler' in the file 'conf/yarn-site.xml'. |
|