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

This commit is contained in:
Varun Vasudev 2017-11-17 12:04:47 +05:30
parent e182e77794
commit 5f0b238a11
1 changed files with 1 additions and 1 deletions

View File

@ -1735,7 +1735,7 @@ public static boolean isAclEnabled(Configuration conf) {
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 =