YARN-7782. Enable user re-mapping for Docker containers in yarn-default.xml. Contributed by Eric Yang
This commit is contained in:
parent
ab482ebe73
commit
a80c2dbab5
|
@ -1667,7 +1667,7 @@
|
||||||
<property>
|
<property>
|
||||||
<description>Property to enable docker user remapping</description>
|
<description>Property to enable docker user remapping</description>
|
||||||
<name>yarn.nodemanager.runtime.linux.docker.enable-userremapping.allowed</name>
|
<name>yarn.nodemanager.runtime.linux.docker.enable-userremapping.allowed</name>
|
||||||
<value>false</value>
|
<value>true</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue