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 "Sidharta Seethana (JIRA)" <ji...@apache.org> on 2016/01/11 23:40:39 UTC

[jira] [Created] (YARN-4578) Directories that are mounted in docker containers need to be more restrictive/container-specific

Sidharta Seethana created YARN-4578:
---------------------------------------

             Summary: Directories that are mounted in docker containers need to be more restrictive/container-specific
                 Key: YARN-4578
                 URL: https://issues.apache.org/jira/browse/YARN-4578
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Sidharta Seethana
            Assignee: Sidharta Seethana


Currently, the "top level" log and local directories are mounted inside docker containers (see below for an example). This is not restrictive enough - we need to ensure that only container specific directories are mounted. 

{code}
/dev/sda4 on /grid/0/hadoop/yarn/local type ext4 (rw,relatime,data=ordered)
/dev/sda4 on /grid/0/hadoop/yarn/local/usercache/root/appcache/application_1451931954322_0020/container_e50_1451931954322_0020_01_000002 type ext4 (rw,relatime,data=ordered)
/dev/sda4 on /grid/0/hadoop/yarn/log type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /grid/1/hadoop/yarn/local type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /grid/1/hadoop/yarn/log type ext4 (rw,relatime,data=ordered)
/dev/sdc1 on /grid/2/hadoop/yarn/local type ext4 (rw,relatime,data=ordered)
/dev/sdc1 on /grid/2/hadoop/yarn/log type ext4 (rw,relatime,data=ordered)
/dev/sdd1 on /grid/3/hadoop/yarn/local type ext4 (rw,relatime,data=ordered)
/dev/sdd1 on /grid/3/hadoop/yarn/log type ext4 (rw,relatime,data=ordered)
/dev/sde1 on /grid/4/hadoop/yarn/local type ext4 (rw,relatime,data=ordered)
/dev/sde1 on /grid/4/hadoop/yarn/log type ext4 (rw,relatime,data=ordered)
/dev/sdf1 on /grid/5/hadoop/yarn/local type ext4 (rw,relatime,data=ordered)
/dev/sdf1 on /grid/5/hadoop/yarn/log type ext4 (rw,relatime,data=ordered)
{code}



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