This is an automated email from the ASF dual-hosted git repository.

rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 726080b  AMBARI-23420 Refine pre-check message to remove unsupported 
services before upgrade to HDP-3.0
726080b is described below

commit 726080bd4fc195c245939e2bfa0f84e0f6126b65
Author: vsharma <[email protected]>
AuthorDate: Sat Mar 31 21:43:35 2018 +0530

    AMBARI-23420 Refine pre-check message to remove unsupported services before 
upgrade to HDP-3.0
---
 .../main/java/org/apache/ambari/server/checks/CheckDescription.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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 ce48640..fa9e583 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
@@ -279,8 +279,7 @@ public class CheckDescription {
           "After upgrading, %s can be reinstalled")
       .put(ServicePresenceCheck.KEY_SERVICE_REMOVED,
           "The %s service is currently installed on the cluster. " +
-          "This service is removed from the new release and must be removed 
before the upgrade can continue. " +
-          "After upgrading, %s can be installed").build());
+          "This service is removed from the new release and must be removed 
before the upgrade can continue.").build());
 
   public static CheckDescription RANGER_SERVICE_AUDIT_DB_CHECK = new 
CheckDescription("RANGER_SERVICE_AUDIT_DB_CHECK",
     PrereqCheckType.SERVICE,

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to