Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 341b4d9ad -> 52bb18496


AMBARI-18568. Hive shows restart indicator after RU (ncole)


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

Branch: refs/heads/branch-2.5
Commit: 52bb18496452128204b4802581f2332d1138f10a
Parents: 341b4d9
Author: Nate Cole <[email protected]>
Authored: Wed Oct 12 10:52:49 2016 -0400
Committer: Nate Cole <[email protected]>
Committed: Wed Oct 12 10:52:49 2016 -0400

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/52bb1849/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml
index e3e632b..a3f655e 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml
@@ -247,8 +247,8 @@
       <skippable>true</skippable>
       <supports-auto-skip-failure>false</supports-auto-skip-failure>
       <service name="HIVE">
-        <component>HIVE_METASTORE</component>
         <component>HIVE_SERVER</component>
+        <component>HIVE_METASTORE</component>
         <component>HIVE_SERVER_INTERACTIVE</component>
         <component>WEBHCAT_SERVER</component>
       </service>

Reply via email to