You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, in yarn-common.cfg the following lines specify the scheduler.
use CapacityScheduler yarn.resourcemanager.scheduler.class=org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler
# use DominantResourceCalculator to support cpu scheduling
yarn.scheduler.capacity.resource-calculator=org.apache.hadoop.yarn.server.resourcemanager.resource.DominantResourceCalculator
the scheduler and resource-calculator classes are distributed to different package in different versions . in my test, this config is incompatible with apache hadoop-2.2.0, so it is would be better to delete this two arguments.
The text was updated successfully, but these errors were encountered:
currently, in yarn-common.cfg the following lines specify the scheduler.
use CapacityScheduler yarn.resourcemanager.scheduler.class=org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler
the scheduler and resource-calculator classes are distributed to different package in different versions . in my test, this config is incompatible with apache hadoop-2.2.0, so it is would be better to delete this two arguments.
The text was updated successfully, but these errors were encountered: