-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57453/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, DIPAYAN BHOWMICK, Pallav
Kulshreshtha, Rohit Choudhary, Sreenath Somarajapuram, and Ashwin Rajeev.
Bugs: AMBARI-20370
https://issues.apache.org/jira/browse/AMBARI-20370
Repository: ambari
Description
-------
tez view version and build removed and short url of auto instance used for
property tez.tez-ui.history-url.base in tez-site
Removed change of tez version from AbstractUpgradeCatalog.
UpgardeCatalog250 now contains code to change the previous value of
tez.tez-ui.history-url.base to
http://HOST:PORT/#/main/view/TEZ/tez_cluster_instance
changed stack_advisor.py in 2.2 and 2.3 for this change to reflect during
installation
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
9be541f
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java
00d1c31
ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
d45cf96
ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
6d0ce38
ambari-server/src/test/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalogTest.java
5fa7cac
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog250Test.java
1a87433
ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py 5fce011
ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py b1ec05b
Diff: https://reviews.apache.org/r/57453/diff/1/
Testing
-------
Tested the upgrade from 2.4.0.2 to 2.5.0.0.
Tested installation of fresh 2.5.0.0
Added test cases for changes in UpgardeCatalog250.
updated test_stack_advisor.py test cases.
Thanks,
Nitiraj Rathore