-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53066/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley and Nate Cole.
Bugs: AMBARI-18651
https://issues.apache.org/jira/browse/AMBARI-18651
Repository: ambari
Description
-------
Previous to HDP-2.5.0.0, ZKFC was not included with hdp-select. Therefore, the
metainfo for ZKFC used {{<versionAdvertised>false</versionAdvertised>}}. It
was recently discovered that 2.5.0.0-1154+ has added this capability.
* Change versionAdvertised
* Add code to ZKFC python to hdp-select. This code MUST check the
stack_feature to ensure that it is executed ONLY for HDP-2.5+
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/StackVersionListener.java
87247eb
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FinalizeUpgradeAction.java
a07d0e6
ambari-server/src/main/java/org/apache/ambari/server/state/ServiceComponent.java
983cbdf
ambari-server/src/main/java/org/apache/ambari/server/state/ServiceComponentImpl.java
3e805a0
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/zkfc_slave.py
aa0ab0f
ambari-server/src/main/resources/stacks/HDP/2.5/services/HDFS/metainfo.xml
a3e4a64
Diff: https://reviews.apache.org/r/53066/diff/
Testing
-------
mvn clean test
Thanks,
Dmitro Lisnichenko