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

Resource providers are set with wrong stack version.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.2
    • 1.4.2
    • None
    • None

    Description

      AbstractProviderModule.updateClusterVersion sets the cluster version for the resource providers with the following ...

               PropertyHelper.MetricsVersion version =  clusterVersion.startsWith("HDP-1") ?
                    PropertyHelper.MetricsVersion.HDP1 : PropertyHelper.MetricsVersion.HDP2;
      

      So, the Cluster/version property set to "HDPLocal-1.3.2" will incorrectly be detected as HDP2. This causes the property providers to use the wrong metric mapping files which causes many JMX properties not to be set properly.

      Attachments

        1. AMBARI-3987.patch
          8 kB
          Tom Beerbower

        Activity

          People

            tbeerbower Tom Beerbower
            tbeerbower Tom Beerbower
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: