Add default config on yarn-default.xml
This commit is contained in:
parent
323707d0e5
commit
7c2027c32e
|
@ -1730,6 +1730,16 @@
|
||||||
<value>false</value>
|
<value>false</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<description>If yarn.nodemanager.linux-container-executor.cgroups.strict-resource-usage
|
||||||
|
is set to true this flag determines how many times their share of CPU they can use. For
|
||||||
|
example setting it to 1.0f will restrict apps to use only their share of CPU but setting it to 2.0f
|
||||||
|
will authorize apps to use up to 2 times their share of CPU.
|
||||||
|
</description>
|
||||||
|
<name>yarn.nodemanager.linux-container-executor.cgroups.capped-multiplier</name>
|
||||||
|
<value>1.0f</value>
|
||||||
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<description>Comma separated list of runtimes that are allowed when using
|
<description>Comma separated list of runtimes that are allowed when using
|
||||||
LinuxContainerExecutor. The allowed values are default, docker, and
|
LinuxContainerExecutor. The allowed values are default, docker, and
|
||||||
|
|
Loading…
Reference in New Issue