Add default config on yarn-default.xml

This commit is contained in:
n.fraison 2019-04-25 09:18:38 +02:00
parent 323707d0e5
commit 7c2027c32e
1 changed files with 10 additions and 0 deletions

View File

@ -1730,6 +1730,16 @@
<value>false</value>
</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>
<description>Comma separated list of runtimes that are allowed when using
LinuxContainerExecutor. The allowed values are default, docker, and