Created 11-10-2017 12:44 PM
Hello,
This bug is similar to this one. (https://community.hortonworks.com/questions/144755/storm-supervisor-and-nimbus-dropping-immediately-a.html)
I installed HDP 2.6.3 and nimbus won't start since the file
/usr/hdp/2.6.3.0-235/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar
in missing. I checked the rpm :
storm_2_6_3_0_235-1.1.0.2.6.3.0-235.x86_64
and is seems the directory
storm-jmxetric
(and file included files) is missing.
----
When using HDP 2.6.2 I get this :
rpm -qf /usr/hdp/2.6.2.0-205/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar storm_2_6_2_0_205-1.1.0.2.6.2.0-205.x86_64
Which means the jar file comes with the storm rpm.
So I guess this looks like a packaging error in HDP 2.6.3 ?
Kind regards
Manfred PAUL
Created 11-10-2017 12:59 PM
This seems to be related to the bug: https://issues.apache.org/jira/browse/AMBARI-22286
Workaround can be to manually copy "/usr/hdp/current/storm-nimbus/contrib/storm-jmxetric/lib" folder from other Storm nodes.
.
Also which version of ambari are you using?
Created 11-10-2017 03:10 PM
Hi,
since I installed a cluster from scatch, I do not have this jar anywhere (except the old clusters using hdp 2.6.2 or 2.2.9). So I removed the non working parameters from the config.
Question : is this code needed for ambari metrics to work correctly ? In my case this won't cause any problems since I do not use ambari-metrics.
Thanks
Created 11-10-2017 03:13 PM
As the version of JAR "jmxetric-1.0.4.jar" is same (1.0,4), So i guess you can copy it from your Old HDP install (means HDP 2.6.2) as well.
This Jar is not related to Ambari Metrics Collector. AMS comes from Ambari repo. Where as this Jar should come from HDP repo.
Created 11-10-2017 03:36 PM
Attaching the jar file. You can extract the jar and put it in the folder
/usr/hdp/2.6.3.0-235/storm/contrib/storm-jmxetric/lib/
Thanks,
Adityajmxetric-104jar.zip