YARN-3823. Fix mismatch in default values for

yarn.scheduler.maximum-allocation-vcores property. Contributed by Ray
Chiang.
This commit is contained in:
Devaraj K 2015-07-01 11:11:26 +05:30
parent 532e38cb7f
commit 7405c59799
2 changed files with 4 additions and 1 deletions

View File

@ -580,6 +580,9 @@ Release 2.8.0 - UNRELEASED
YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables.
(Zhihai Xu via gera)
YARN-3823. Fix mismatch in default values for
yarn.scheduler.maximum-allocation-vcores property. (Ray Chiang via devaraj)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -276,7 +276,7 @@
in terms of virtual CPU cores. Requests higher than this will throw a
InvalidResourceRequestException.</description>
<name>yarn.scheduler.maximum-allocation-vcores</name>
<value>32</value>
<value>4</value>
</property>
<property>