YARN-7430. Enable user re-mapping for Docker containers by default. Contributed by Eric Yang.

(cherry picked from commit 5f0b238a11)
(cherry picked from commit 9cf9627e20)
This commit is contained in:
Varun Vasudev 2017-11-17 12:04:47 +05:30
parent e4344d45cb
commit f23f49d4ee
1 changed files with 1 additions and 1 deletions

View File

@ -1611,7 +1611,7 @@ public class YarnConfiguration extends Configuration {
DOCKER_CONTAINER_RUNTIME_PREFIX + "enable-userremapping.allowed";
/** Set enable user remapping as false by default. */
public static final boolean DEFAULT_NM_DOCKER_ENABLE_USER_REMAPPING = false;
public static final boolean DEFAULT_NM_DOCKER_ENABLE_USER_REMAPPING = true;
/** lower limit for acceptable uids of user remapped user. */
public static final String NM_DOCKER_USER_REMAPPING_UID_THRESHOLD =