YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationClassAgainstXml. (varun saxena via rohithsharmaks)
This commit is contained in:
parent
3800e25d6e
commit
be2334ba3a
|
@ -604,6 +604,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
YARN-3932. SchedulerApplicationAttempt#getResourceUsageReport and UserInfo
|
YARN-3932. SchedulerApplicationAttempt#getResourceUsageReport and UserInfo
|
||||||
should based on total-used-resources. (Bibin A Chundatt via wangda)
|
should based on total-used-resources. (Bibin A Chundatt via wangda)
|
||||||
|
|
||||||
|
YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationClassAgainstXml.
|
||||||
|
(varun saxena via rohithsharmaks)
|
||||||
|
|
||||||
YARN-3956. Fix TestNodeManagerHardwareUtils fails on Mac (Varun Vasudev via wangda)
|
YARN-3956. Fix TestNodeManagerHardwareUtils fails on Mac (Varun Vasudev via wangda)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
|
@ -2131,4 +2131,14 @@
|
||||||
<value>false</value>
|
<value>false</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<description>
|
||||||
|
Defines maximum application priority in a cluster.
|
||||||
|
If an application is submitted with a priority higher than this value, it will be
|
||||||
|
reset to this maximum value.
|
||||||
|
</description>
|
||||||
|
<name>yarn.cluster.max-application-priority</name>
|
||||||
|
<value>0</value>
|
||||||
|
</property>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue