You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/09/15 15:43:10 UTC

ambari git commit: AMBARI-13096. HDP-2.2 to HDP-2.3 RU is missing a JAR in templeton.libjars config value.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 e395d0da4 -> ed93b284d


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/ed93b284
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ed93b284
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ed93b284

Branch: refs/heads/branch-2.1
Commit: ed93b284d842da54297c2074d2fe4ca783dea87a
Parents: e395d0d
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Tue Sep 15 16:42:43 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Tue Sep 15 16:42:43 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/ed93b284/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 e7c55a6..62d26a2 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/ed93b284/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"
           ]