----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38479/#review99560 -----------------------------------------------------------
ambari-server/src/main/resources/common-services/RANGER/0.4.0/alerts.json (line 12) <https://reviews.apache.org/r/38479/#comment156490> This will cause problems with existing deployments that already have this definition as a PORT definition. You'll also need to update the upgrade catalog. See: https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java#L1195 You'll basically need to find instances of this alert definition and change the JSON structure. - Jonathan Hurley On Sept. 18, 2015, 6:37 a.m., Gautam Borad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38479/ > ----------------------------------------------------------- > > (Updated Sept. 18, 2015, 6:37 a.m.) > > > Review request for Ambari, Alejandro Fernandez, Jaimin Jetly, Mahadev Konar, > Sumit Mohanty, Selvamohan Neethiraj, Velmurugan Periasamy, and Yusaku Sako. > > > Bugs: AMBARI-13138 > https://issues.apache.org/jira/browse/AMBARI-13138 > > > Repository: ambari > > > Description > ------- > > For HDP-2.2 > Alerts uses default port value i.e. 6080 instead of using expected port > values from configs. Need to take the port value from configs. > > > Diffs > ----- > > ambari-server/src/main/resources/common-services/RANGER/0.4.0/alerts.json > 05ccc1d > > ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-site.xml > 293c925 > > Diff: https://reviews.apache.org/r/38479/diff/ > > > Testing > ------- > > Ranger installation was successful on centos6. Alerts were working as > expected when http, https ports values are changed. > > > Thanks, > > Gautam Borad > >
