-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35399/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Nate Cole.
Bugs: AMBARI-11892
https://issues.apache.org/jira/browse/AMBARI-11892
Repository: ambari
Description
-------
During an upgrade from Dal to Dal+, several components which advertise their
version were not being included in the upgrade pack. As a result, finalize was
failing since those components were not actually upgraded.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/hdp_select.py
4a24301
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/phoenix_queryserver.py
c12231a
ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/metainfo.xml
73e2d3f
ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/mahout_client.py
f371e1b
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml
8734ce7
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
c6ab01d
ambari-server/src/test/python/stacks/2.3/MAHOUT/test_mahout_client.py 8a96bb9
Diff: https://reviews.apache.org/r/35399/diff/
Testing
-------
mvn clean test
Installed Dal cluster and upgraded/finalized to Dal+
Thanks,
Jonathan Hurley