[
https://issues.apache.org/jira/browse/AMBARI-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14610042#comment-14610042
]
Hudson commented on AMBARI-12232:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.1 #158 (See
[https://builds.apache.org/job/Ambari-branch-2.1/158/])
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=35947a6b0f45d6871d305f822b3faf3b581a83fa)
*
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)