[
https://issues.apache.org/jira/browse/AMBARI-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14195063#comment-14195063
]
Hudson commented on AMBARI-8123:
--------------------------------
SUCCESS: Integrated in Ambari-branch-1.7.0-docker #76 (See
[https://builds.apache.org/job/Ambari-branch-1.7.0-docker/76/])
AMBARI-8123 Node labels need hdfs directory to be created as part of Ambari
YARN install (dsen) (dsen:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=28aebf4089a4990b4d46761b4c6202e8903c986c)
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/package/scripts/resourcemanager.py
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/package/scripts/params.py
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/package/scripts/yarn.py
> Node labels need hdfs directory to be created as part of Ambari YARN install
> ----------------------------------------------------------------------------
>
> Key: AMBARI-8123
> URL: https://issues.apache.org/jira/browse/AMBARI-8123
> Project: Ambari
> Issue Type: Improvement
> Components: stacks
> Affects Versions: 1.7.0
> Environment: HDP2.2
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 1.7.0
>
>
> We need to create the following directory on HDFS /system/yarn/node-labels,
> with permissions set to rw for the yarn RM.
> Once this install change is done, the following key should be added to
> yarn-site.xml at
> ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration:
> <property>
> <name>yarn.node-labels.fs-store.root-dir</name>
> <value>hdfs://NAMENODE:port/system/yarn/node-labels</value>
> </property>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)