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/03/04 15:55:52 UTC

ambari git commit: AMBARI-9904. RU: Clarify Hive Metastore instructions (ncole)

Repository: ambari
Updated Branches:
  refs/heads/trunk d0406b65e -> e3c751aef


AMBARI-9904. RU: Clarify Hive Metastore instructions (ncole)


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

Branch: refs/heads/trunk
Commit: e3c751aeff617c8b1ef5270b36b18af933038dc3
Parents: d0406b6
Author: Nate Cole <nc...@hortonworks.com>
Authored: Tue Mar 3 14:27:24 2015 -0500
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Wed Mar 4 09:55:40 2015 -0500

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e3c751ae/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
index 539b3e7..4cdccb1 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml
@@ -40,7 +40,7 @@
 
       <execute-stage service="HIVE" component="HIVE_METASTORE" title="Pre Upgrade Hive">
         <task xsi:type="manual">
-          <message>Before continuing, please backup the Hive Metastore database located on the following host(s): {{hosts.all}}.  During the upgrade process, you will be instructed when it is time to upgrade the Hive Metastore database.  To prepare, review the README documentation at /usr/hdp/{{version}}/hive/scripts/metastore/upgrade for when you are asked to perform this manual step (during the Hive stage of upgrade).  Do not upgrade the database at this time.  You will be prompted when to perform the database upgrade.</message>
+          <message>Before continuing, please backup the Hive Metastore database located on the following host(s): {{hosts.all}}.  During the upgrade process, you will be instructed when it is time to upgrade the Hive Metastore database.  To prepare, review the README documentation at /usr/hdp/{{version}}/hive/scripts/metastore/upgrade/[db] for the correct database type when you are asked to perform this manual step (during the Hive stage of upgrade).  Do NOT upgrade the database at this time.  You will be prompted when to perform the database upgrade.</message>
         </task>
       </execute-stage>
 
@@ -427,7 +427,7 @@
       <component name="HIVE_METASTORE">
         <pre-upgrade>
           <task xsi:type="manual">
-            <message>The Hive Metastore database schema must be upgraded before proceeding.  Please consult the README documentation at /usr/hdp/{{version}}/hive/scripts/metastore/upgrade to correctly upgrade the Hive Metastore database. This database upgrade should be performed on the following host(s): {{hosts.all}}.</message>
+            <message>The Hive Metastore database schema must be upgraded before proceeding.  Please consult the README documentation at /usr/hdp/{{version}}/hive/scripts/metastore/upgrade/[db] for the correct database type to correctly upgrade the Hive Metastore database.  Note that the README may indicate to stop the Metastore; this step is not required, as Ambari will restart the required processes.  The database upgrade should be performed on the following host(s): {{hosts.all}}.</message>
           </task>
         </pre-upgrade>
         <pre-downgrade />