Vitaly Brodetskyi created AMBARI-12466:
------------------------------------------
Summary: Manual upgrade should fix some of the templeton
properties in webhcat
Key: AMBARI-12466
URL: https://issues.apache.org/jira/browse/AMBARI-12466
Project: Ambari
Issue Type: Bug
Components: ambari-server, ambari-upgrade
Affects Versions: 2.1.0
Reporter: Vitaly Brodetskyi
Assignee: Vitaly Brodetskyi
Priority: Critical
Fix For: 2.1.1
Manual upgrade to HDP-2.3 should perform the equivalent of the following
changes in RU.
{noformat}
<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>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)