[
https://issues.apache.org/jira/browse/AMBARI-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609926#comment-14609926
]
Hudson commented on AMBARI-12232:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3045 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3045/])
AMBARI-12232. upgradeHelper for a 2.1 -> 2.2 upgrade leaves Resource Manager
unusable (aonishuk) (aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=18443a0c6acbce73cf411b13d75678674949a9be)
*
ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.2.json
*
ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.0_to_2.2.json
* ambari-server/src/main/python/upgradeHelper.py
> upgradeHelper for a 2.1 -> 2.2 upgrade leaves Resource Manager unusable
> -----------------------------------------------------------------------
>
> Key: AMBARI-12232
> URL: https://issues.apache.org/jira/browse/AMBARI-12232
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 2.1.0
>
>
> PROBLEM: The upgradeHelper script when upgrading from 2.1 -> 2.2 sets up YARN
> to use ZKRMStateStore. It also sets the zk-address to localhost:2181:
>
>
>
> "yarn.resourcemanager.store.class":
> "org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore",
> "yarn.resourcemanager.zk-address": "localhost:2181",
>
> This leaves the RM unable to start because it has no quorum to connect to. The
> upgradeHelper should either not set the ZKRMStateStore, or it should be trying
> harder to populate a valid ZK quorum.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)