You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/10/02 23:12:32 UTC

[28/32] ambari git commit: AMBARI-13298. Hive Metastore start error after stack upgrade (dlysnichenko)

AMBARI-13298. Hive Metastore start error after stack upgrade (dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e04c4d0f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e04c4d0f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e04c4d0f

Branch: refs/heads/branch-dev-patch-upgrade
Commit: e04c4d0f6cedf686e7865287f33a3893f6e5dc4d
Parents: 4b437ea
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Fri Oct 2 18:46:26 2015 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Fri Oct 2 18:48:03 2015 +0300

----------------------------------------------------------------------
 .../resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json   | 6 ++++++
 .../resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json   | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e04c4d0f/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json
index 422b86b..e138643 100644
--- a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json
+++ b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json
@@ -408,6 +408,12 @@
           "from-catalog": "mapred-site",
           "to-catalog": "mapred-site",
           "default": "0.1"
+        },
+        "hive.heapsize": {
+          "map-to": "hive.heapsize",
+          "from-catalog": "hive-site",
+          "to-catalog": "hive-env",
+          "required-services": ["HIVE"]
         }
       }
     }

http://git-wip-us.apache.org/repos/asf/ambari/blob/e04c4d0f/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 88772f9..ebcfb52 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
@@ -1347,6 +1347,12 @@
         }
       },
       "property-mapping": {
+        "hive.heapsize": {
+          "map-to": "hive.heapsize",
+          "from-catalog": "hive-site",
+          "to-catalog": "hive-env",
+          "required-services": ["HIVE"]
+        },
         "templeton.jar": {
           "from-catalog": "webhcat-site",
           "to-catalog": "webhcat-site",