-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36634/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-12466
https://issues.apache.org/jira/browse/AMBARI-12466
Repository: ambari
Description
-------
Manual upgrade to HDP-2.3 should perform the equivalent of the following
changes in RU.
<task xsi:type="configure" summary="Updating Configuration Paths">
<type>webhcat-site</type>
<replace key="templeton.jar" find="/usr/hdp/current/hive-webhcat"
replace-with="/usr/hdp/${hdp.version}/hive"/>
<replace key="templeton.libjars"
find="/usr/hdp/current/zookeeper-client"
replace-with="/usr/hdp/${hdp.version}/zookeeper"/>
<replace key="templeton.hadoop"
find="/usr/hdp/current/hadoop-client"
replace-with="/usr/hdp/${hdp.version}/hadoop"/>
<replace key="templeton.hcat" find="/usr/hdp/current/hive-client"
replace-with="/usr/hdp/${hdp.version}/hive"/>
<set key="templeton.hive.extra.files"
value="/usr/hdp/${hdp.version}/tez/conf/tez-site.xml,/usr/hdp/${hdp.version}/tez,/usr/hdp/${hdp.version}/tez/lib"/>
</task>
Diffs
-----
ambari-server/src/main/python/upgradeHelper.py cc760ab
ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
818c898
Diff: https://reviews.apache.org/r/36634/diff/
Testing
-------
Thanks,
Vitalyi Brodetskyi