Repository: ambari Updated Branches: refs/heads/trunk 02668bfdc -> d32556a03
AMBARI-13096. HDP-2.2 to HDP-2.3 RU is missing a JAR in templeton.libjars config value.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d32556a0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d32556a0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d32556a0 Branch: refs/heads/trunk Commit: d32556a03b5dc8b976d66f02abe374fba622b251 Parents: 02668bf Author: Vitaly Brodetskyi <[email protected]> Authored: Tue Sep 15 16:43:57 2015 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Tue Sep 15 16:43:57 2015 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml | 2 +- .../main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d32556a0/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml index 6e1b38f..d05892d 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml @@ -1008,7 +1008,7 @@ <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.libjars" find="/usr/hdp/current/zookeeper-client" replace-with="/usr/hdp/${hdp.version}/zookeeper,/usr/hdp/${hdp.version}/hive/lib/hive-common.jar"/> <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"/> http://git-wip-us.apache.org/repos/asf/ambari/blob/d32556a0/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json index 06fea36..6b8809a 100644 --- a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json +++ b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json @@ -1344,7 +1344,7 @@ "from-catalog": "webhcat-site", "to-catalog": "webhcat-site", "replace-from": "/usr/hdp/current/zookeeper-client", - "replace-to": "/usr/hdp/${hdp.version}/zookeeper", + "replace-to": "/usr/hdp/${hdp.version}/zookeeper,/usr/hdp/${hdp.version}/hive/lib/hive-common.jar", "required-services": [ "HIVE" ]
