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

(cherry picked from commit 5f0b238a118f3992bd149d8c02e6a1376dee96d7)
This commit is contained in:
Varun Vasudev 2017-11-17 12:04:47 +05:30
parent 9bbe7eb226
commit 6681e7238b

View File

@ -1648,7 +1648,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 =