-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.1
-
Fix Version/s: 2.9.0, 3.0.0-alpha1
-
Component/s: yarn
-
Labels:
-
Hadoop Flags:Reviewed
By default, container directory permissions are hardcoded to this member in DefaultContainerExecutor:
static final short LOGDIR_PERM = (short)0710;
There are some cases where less restrictive permissions are desired. Make this configurable.