----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60540/#review179333 -----------------------------------------------------------
ambari-server/src/main/resources/common-services/STORM/0.9.1/package/scripts/nimbus.py Lines 73 (patched) <https://reviews.apache.org/r/60540/#comment253990> Some Python unit tests are failing with: ``` Fail: Configuration parameter 'localComponents' was not found in configurations dictionary! ``` - Attila Doroszlai On June 29, 2017, 5:20 p.m., Laszlo Puskas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60540/ > ----------------------------------------------------------- > > (Updated June 29, 2017, 5:20 p.m.) > > > 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 > >