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/07 03:22:39 UTC

[jira] [Created] (YARN-4553) Add cgroups support for docker containers

Sidharta Seethana created YARN-4553:
---------------------------------------

             Summary: Add cgroups support for docker containers
                 Key: YARN-4553
                 URL: https://issues.apache.org/jira/browse/YARN-4553
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Sidharta Seethana
            Assignee: Sidharta Seethana


Currently, cgroups-based resource isolation does not work with docker containers under YARN. The processes in these containers are launched by the docker daemon and they are not children of a container-executor process. Docker supports a --cgroup-parent flag which can be used to point to the container-specific cgroups that are created by the nodemanager. This will allow the Nodemanager to manage cgroups (as it does today) while allowing resource isolation to work with docker containers. 



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