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:
parent
fad478e7ce
commit
3432017de0
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue