-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26930/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen and Vitalyi Brodetskyi.
Bugs: AMBARI-7862
https://issues.apache.org/jira/browse/AMBARI-7862
Repository: ambari
Description
-------
ambari server a410ca3b8f27412140553e8cfc2a2392154af0c9
storm.nimbus.childopts has:
-Xmx1024m _JAAS_PLACEHOLDER
-javaagent:/usr/hdp/current/storm-nimbus/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=c6402.ambari.apache.org,port=8649,wireformat31x=true,mode=multicast,config=/usr/hdp-nimbus/current/storm-client/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Nimbus_JVM
Please change /usr/hdp-nimbus to /usr/hdp
after fixing the above ambari doesn't recognize if the service started because
its using following
pgrep -f "^java.+backtype.storm.ui.core$" && pgrep -f
"^java.+backtype.storm.ui.core$"
since those texts are not in process list it won't find that the service is
started
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/configuration/storm-site.xml
05b8df4
Diff: https://reviews.apache.org/r/26930/diff/
Testing
-------
in progress
Thanks,
Dmitro Lisnichenko