-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60540/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Sumit Mohanty, and Sebastian
Toader.
Bugs: AMBARI-21339
https://issues.apache.org/jira/browse/AMBARI-21339
Repository: ambari
Description
-------
Logviewer is only started along with the supervisor so inn cases when nimbus
runs on a node not hosting supervisor logviever doesn't run.
Solution:
- in such cases the logviewr is started along with nimbus
Diffs
-----
ambari-server/src/main/resources/common-services/STORM/0.9.1/package/scripts/nimbus.py
a6bc437
Diff: https://reviews.apache.org/r/60540/diff/1/
Testing
-------
Manually on dev env.
- provision cluster with storm, nimbus and supervisor running on the same host
-> logviewer started along with *supervisor*
- provision cluster with storm, nimbus running "alone" on the node -> logviewer
started along with *nimbus*
Thanks,
Laszlo Puskas