YARN-3823. Fix mismatch in default values for

yarn.scheduler.maximum-allocation-vcores property. Contributed by Ray
Chiang.

(cherry picked from commit 7405c59799)
This commit is contained in:
Devaraj K 2015-07-01 11:11:26 +05:30
parent fad478e7ce
commit 3432017de0
2 changed files with 4 additions and 1 deletions

View File

@ -532,6 +532,9 @@ Release 2.8.0 - UNRELEASED
YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables. YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables.
(Zhihai Xu via gera) (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 Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

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