-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30235/
-----------------------------------------------------------
Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, Nate Cole, and
Yurii Shylov.
Bugs: AMBARI-9315
https://issues.apache.org/jira/browse/AMBARI-9315
Repository: ambari
Description
-------
Finalize failed because Sqoop and HCAT did not report changes to the version
since they are not in the upgrade-2.2 file.
Diffs
-----
ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params.py
27a75e43701dde62a0ba12d79459f5cd7f3a7dea
ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/sqoop_client.py
a795cfcbde677851a3ce262335a87e927353dcad
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
017493f9ffd19a0ee59e9ffe0291ae041ce764c4
Diff: https://reviews.apache.org/r/30235/diff/
Testing
-------
Verified that HCAT and SQOOP reported the version,
ambari=> select component_name, version, current_state, upgrade_state,
host_name from hostcomponentstate where component_name IN ('HCAT', 'SQOOP')
ORDER BY component_name, host_name;
component_name | version | current_state | upgrade_state |
host_name
----------------+--------------+---------------+---------------+-------------------------
HCAT | 2.2.1.0-2269 | INSTALLED | COMPLETE |
c6401.ambari.apache.org
HCAT | 2.2.1.0-2269 | INSTALLED | COMPLETE |
c6402.ambari.apache.org
HCAT | 2.2.1.0-2269 | INSTALLED | COMPLETE |
c6403.ambari.apache.org
SQOOP | 2.2.1.0-2269 | INSTALLED | COMPLETE |
c6401.ambari.apache.org
SQOOP | 2.2.1.0-2269 | INSTALLED | COMPLETE |
c6402.ambari.apache.org
SQOOP | 2.2.1.0-2269 | INSTALLED | COMPLETE |
c6403.ambari.apache.org
(6 rows)
Unit Tests are in progress.
Thanks,
Alejandro Fernandez