YARN-7782. Enable user re-mapping for Docker containers in yarn-default.xml. Contributed by Eric Yang

This commit is contained in:
Jian He 2018-01-23 14:03:53 -08:00
parent ab482ebe73
commit a80c2dbab5
1 changed files with 1 additions and 1 deletions

View File

@ -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>