-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50539/
-----------------------------------------------------------
(Updated July 28, 2016, 6:24 p.m.)
Review request for Ambari, Dmytro Grinenko, Di Li, Dmitro Lisnichenko, Jonathan
Hurley, Nate Cole, Sumit Mohanty, and Tim Thorpe.
Bugs: AMBARI-17935
https://issues.apache.org/jira/browse/AMBARI-17935
Repository: ambari
Description
-------
STR
1. Deploy Ambari 2.2.2 with HDP 2.4 and Sqoop
2. Kerberize the cluster
3. Upgrade Ambari to 2.4.0
4. Install bits for HDP 2.5 and attempt to perform Express Upgrade
Observed error during Express Upgrade
```
Failed on: Updating configuration sqoop-atlas-application.properties
Server action failed
```
This happens because the sqoop-atlas-application.properties config in HDP 2.5
hasn't been created yet since it doesn't actually have any configs. To fix it,
add some configs so the merging process creates the new config type.
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/ConfigureAction.java
f7de8a9
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.5.xml
7197e29
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/nonrolling-upgrade-2.5.xml
902c421
ambari-server/src/main/resources/stacks/HDP/2.5/services/SQOOP/configuration/sqoop-atlas-application.properties.xml
PRE-CREATION
Diff: https://reviews.apache.org/r/50539/diff/
Testing
-------
Verified during EU from HDP 2.4 to 2.5 with Sqoop.
Python unit tests passed,
----------------------------------------------------------------------
Total run:1034
Total errors:0
Total failures:0
OK
Thanks,
Alejandro Fernandez