Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
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.