change the default maximum vcores to 32

This commit is contained in:
ZhaoYu Dong 2018-08-14 14:32:18 +08:00
Родитель f78edccf8f
Коммит 175b68d04a
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -247,6 +247,12 @@
<value>8</value>
</property>
<property>
<description>The maximum allocation for every container request at the RM in terms of virtual CPU cores.
Requests higher than this will throw an InvalidResourceRequestException.</description>
<name>yarn.scheduler.maximum-allocation-vcores</name>
<value>32</value>
</property>
</configuration>