-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63876/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Myroslav Papirkovskyy, and Sid
Wagle.
Bugs: AMBARI-22454
https://issues.apache.org/jira/browse/AMBARI-22454
Repository: ambari
Description
-------
* ambari-server upgrade should determine whether lzo is enabled.
* If yes: Surface the same agreement as the setup step
* If no: Provide link to the documentation to disable lzo configuration and
cleanup local repositories.
Since this involves reading from the database we should think of sending back
data on the pipe as stdout from the upgrade jvm and the python process.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
dac871ea28
ambari-server/src/main/java/org/apache/ambari/server/upgrade/SchemaUpgradeHelper.java
a2dea40f58
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog.java
21273fd49a
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog261.java
PRE-CREATION
ambari-server/src/main/python/ambari_server/serverConfiguration.py 262e9447e5
ambari-server/src/main/python/ambari_server/serverSetup.py 8a14066a66
ambari-server/src/main/python/ambari_server/serverUpgrade.py 421adfc4a1
Diff: https://reviews.apache.org/r/63876/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk