> On June 30, 2016, 8:23 a.m., Alexandr Antonenko wrote: > > ambari-web/app/views/main/host/details/host_component_view.js, line 196 > > <https://reviews.apache.org/r/49287/diff/1/?file=1431320#file1431320line196> > > > > this will not work out, as there is no hive-env, only "hive-site". You > > have to do a request to get this config > > Anita Jebaraj wrote: > Hi, yes hive-env will not be available, so I did a getConfigByTags() at > the load of the host summary page, so that the value for hive-env will be > obtained.
Sorry, I missed that change - Alexandr ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49287/#review140121 ----------------------------------------------------------- On June 27, 2016, 11:20 p.m., Anita Jebaraj wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49287/ > ----------------------------------------------------------- > > (Updated June 27, 2016, 11:20 p.m.) > > > Review request for Ambari, Alexandr Antonenko and Di Li. > > > Bugs: AMBARI-17358 > https://issues.apache.org/jira/browse/AMBARI-17358 > > > Repository: ambari > > > Description > ------- > > Problem: > When user switches from MySQL to Existing database in hive and stop the MySQL > Server > > 1) Ambari UI > Hive > Service Actions > Stop becomes unavailable, so Hive > can't be stopped anymore > > 2) Hive status is showing up as red Triangle indicating there is a problem > with Hive > > Providing an option to delete MySQL server when an existing database is used > in Hive would help in overcoming the issues. > > > Solution: > An option is included to delete MySQL Server, the delete will be enabled only > when Hive is using an existing(or external) database and the MySQL server is > not started. > > > Diffs > ----- > > ambari-web/app/models/stack_service_component.js a350f15 > ambari-web/app/routes/main.js 4545f54 > ambari-web/app/views/main/host/details/host_component_view.js 910c71f > ambari-web/test/models/stack_service_component_test.js 7e971ce > ambari-web/test/views/main/host/details/host_component_view_test.js 648f0f6 > > Diff: https://reviews.apache.org/r/49287/diff/ > > > Testing > ------- > > Ran mvn test > > 28974 tests complete (43 seconds) > 154 tests pending > > > Thanks, > > Anita Jebaraj > >