Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- links to