You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2015/04/08 17:10:17 UTC

[jira] [Updated] (AMBARI-10402) Ambari does not setup YARN NMs correctly with LinuxContainerExecutor in insecure mode

     [ https://issues.apache.org/jira/browse/AMBARI-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitaly Brodetskyi updated AMBARI-10402:
---------------------------------------
    Attachment: AMBARI-10402.patch

> Ambari does not setup YARN NMs correctly with LinuxContainerExecutor in insecure mode
> -------------------------------------------------------------------------------------
>
>                 Key: AMBARI-10402
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10402
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Vitaly Brodetskyi
>            Assignee: Vitaly Brodetskyi
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-10402.patch
>
>
> I tried setting up an insecure cluster with the following config changes (changes made via Ambari) :
> {code:xml}
>     <property>
>       <name>yarn.nodemanager.container-executor.class</name>
>       <value>org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor</value>
>     </property>
>     <property>
>       <name>yarn.nodemanager.linux-container-executor.resources-handler.class</name>
> <value>org.apache.hadoop.yarn.server.nodemanager.util.CgroupsLCEResourcesHandler</value>
>     </property>
>     <property>
>       <name>yarn.nodemanager.linux-container-executor.cgroups.mount</name>
>       <value>true</value>
>     </property>
>     <property>
>       <name>yarn.nodemanager.linux-container-executor.cgroups.mount-path</name>
>       <value>/cgroups_test</value>
>     </property>
> {code}
> The NMs don't come up with these changes.



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