You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Ray Chiang (JIRA)" <ji...@apache.org> on 2016/01/12 00:56:39 UTC

[jira] [Created] (YARN-4579) Allow container directory permissions to be configurable

Ray Chiang created YARN-4579:
--------------------------------

             Summary: Allow container directory permissions to be configurable
                 Key: YARN-4579
                 URL: https://issues.apache.org/jira/browse/YARN-4579
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: yarn
    Affects Versions: 2.8.0
            Reporter: Ray Chiang
            Assignee: Ray Chiang


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)