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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14489273#comment-14489273 ] 

Hudson commented on AMBARI-10402:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #2250 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2250/])
AMBARI-10402. Ambari does not setup YARN NMs correctly with LinuxContainerExecutor in insecure mode.(vbrodetskyi) (vbrodetskyi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d52dba07df3020012a1904531f01082ef82e31b1)
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_mapreduce2_client.py
* ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.1/YARN/test_apptimelineserver.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_resourcemanager.py
* ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py
* ambari-server/src/test/python/stacks/2.0.6/YARN/test_yarn_client.py


> 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)