Repository: ambari
Updated Branches:
  refs/heads/trunk 35cb39682 -> 7394cef4b


AMBARI-18789 - Change the Wording of the HiveServer2 Non-Rolling Warning 
(jonathanhurley)


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

Branch: refs/heads/trunk
Commit: 7394cef4bf0b949758d06470cefbf581a914967c
Parents: 35cb396
Author: Jonathan Hurley <[email protected]>
Authored: Thu Nov 3 13:14:30 2016 -0400
Committer: Jonathan Hurley <[email protected]>
Committed: Thu Nov 3 13:14:30 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/ambari/server/checks/CheckDescription.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7394cef4/ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
 
b/ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
index b5cb6ce..a56b08d 100644
--- 
a/ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
+++ 
b/ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDescription.java
@@ -292,10 +292,10 @@ public class CheckDescription {
 
   public static CheckDescription SERVICES_HIVE_ROLLING_WARNING = new 
CheckDescription("SERVICES_HIVE_ROLLING_WARNING",
     PrereqCheckType.SERVICE,
-    "Hive Server Downtime",
+    "HiveServer2 Downtime",
     new ImmutableMap.Builder<String, String>()
       .put(AbstractCheckDescriptor.DEFAULT,
-          "Hive does not currently support rolling upgrades. Hive will be 
upgraded, however existing queries which have been submitted will fail and need 
to be resubmitted after Hive has been upgraded.").build());
+          "HiveServer2 does not currently support rolling upgrades. 
HiveServer2 will be upgraded, however existing queries which have not completed 
will fail and need to be resubmitted after HiveServer2 has been 
upgraded.").build());
   
   public static CheckDescription SERVICES_STORM_ROLLING_WARNING = new 
CheckDescription("SERVICES_STORM_ROLLING_WARNING",
     PrereqCheckType.SERVICE,

Reply via email to