-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34219/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Nate Cole.
Bugs: AMBARI-11048
https://issues.apache.org/jira/browse/AMBARI-11048
Repository: ambari
Description
-------
The Oozie upgrade from HDP 2.2 to HDP 2.3 should remove all properties from
oozie-site, except for the following.
{noformat}
oozie.authentication.kerberos.name.rules
oozie.authentication.type
oozie.base.url
oozie.credentials.credentialclasses
oozie.service.AuthorizationService.authorization.enabled
oozie.service.HadoopAccessorService.hadoop.configurations
oozie.service.HadoopAccessorService.kerberos.enabled
oozie.service.URIHandlerService.uri.handlers
oozie.services.ext
oozie.authentication.simple.anonymous.allowed
{noformat}
All the other properties should inherit the default ones from Oozie codebase.
Customized properties should remain post-upgrade.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/ConfigureAction.java
ce03861
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/alerts/alert_check_oozie_server.py
c0dc18a
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py
34ac6e5
ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/configuration/oozie-env.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
64a621e
Diff: https://reviews.apache.org/r/34219/diff/
Testing
-------
Installed and upgraded oozie successfully.
Thanks,
Jonathan Hurley