[
https://issues.apache.org/jira/browse/AMBARI-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723948#comment-14723948
]
Hudson commented on AMBARI-12942:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.1 #449 (See
[https://builds.apache.org/job/Ambari-branch-2.1/449/])
AMBARI-12942. Ambari did disable the node labels while doing the upgrade HDP
2.2 -> HDP 2.3.(vbrodetskyi) (vbrodetskyi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2f9673be655a33e0807df595e398ba70b990d5ff)
*
ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
> Ambari did disable the node labels while doing the upgrade HDP 2.2 -> HDP 2.3
> -----------------------------------------------------------------------------
>
> Key: AMBARI-12942
> URL: https://issues.apache.org/jira/browse/AMBARI-12942
> Project: Ambari
> Issue Type: Bug
> Components: ambari-upgrade
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 2.1.2
>
> Attachments: AMBARI-12942.patch
>
>
> Failed test with following error after the upgrade -
> {code}
> *org.apache.oozie.action.ActionExecutorException: JA009:
> org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException: Invalid
> resource request, queue=pete_allocation doesn't have permission to access all
> labels in resource request. labelExpression of resource request=hbase. Queue
> labels=hbase
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerUtils.validateResourceRequest(SchedulerUtils.java:304)
>
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerUtils.normalizeAndValidateRequest(SchedulerUtils.java:234)*
> {code}
> yarn-site.xml after updrade -
> {code}
> <property>
> <name>yarn.node-labels.enabled</name>
> <value>false</value>
> </property>
> {code}
> Attached all config files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)