Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-12232

upgradeHelper for a 2.1 -> 2.2 upgrade leaves Resource Manager unusable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • 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

          Activity

            People

              aonishuk Andrew Onischuk
              aonishuk Andrew Onischuk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: