Merge r1495684 from trunk to branch-2. MiniYARNCluster broken after YARN-827 (bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1495686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
564ee4c962
commit
d4980decb4
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>yarn.scheduler.capacity.resource-calculator</name>
|
<name>yarn.scheduler.capacity.resource-calculator</name>
|
||||||
<value>org.apache.hadoop.yarn.server.resourcemanager.resource.DefaultResourceCalculator</value>
|
<value>org.apache.hadoop.yarn.util.resource.DefaultResourceCalculator</value>
|
||||||
<description>
|
<description>
|
||||||
The ResourceCalculator implementation to be used to compare
|
The ResourceCalculator implementation to be used to compare
|
||||||
Resources in the scheduler.
|
Resources in the scheduler.
|
||||||
|
|
Loading…
Reference in New Issue