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/11 14:27:44 UTC

ambari git commit: AMBARI-10025. RU: Hive messages can be reduced (ncole)

Repository: ambari
Updated Branches:
  refs/heads/trunk 9e920aae7 -> a4dbcf321


AMBARI-10025. RU: Hive messages can be reduced (ncole)


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

Branch: refs/heads/trunk
Commit: a4dbcf321ed55b1b152fe7689aefaa8a85fa9676
Parents: 9e920aa
Author: Nate Cole <nc...@hortonworks.com>
Authored: Wed Mar 11 07:27:41 2015 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Wed Mar 11 09:27:21 2015 -0400

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml   | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a4dbcf32/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 4cdccb1..b3b351b 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/[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>
+          <message>Before continuing, please backup the Hive Metastore database located on the following host(s): {{hosts.all}}.</message>
         </task>
       </execute-stage>
 
@@ -425,12 +425,6 @@
 
     <service name="HIVE">
       <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/[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 />
         <upgrade>
           <task xsi:type="restart" />
         </upgrade>