YARN-3823. Fix mismatch in default values for
yarn.scheduler.maximum-allocation-vcores property. Contributed by Ray Chiang.
This commit is contained in:
parent
532e38cb7f
commit
7405c59799
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user