You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/01/15 02:39:31 UTC

ambari git commit: AMBARI-9136. Need to provide meaningful names for the stage context in Kerb API call response (rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 1441a4cdc -> 65577e223


AMBARI-9136. Need to provide meaningful names for the stage context in Kerb API call response (rlevas)


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

Branch: refs/heads/trunk
Commit: 65577e2231c439a0b88aba2d67205fc0d063e624
Parents: 1441a4c
Author: Robert Levas <rl...@hortonworks.com>
Authored: Wed Jan 14 20:39:22 2015 -0500
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Wed Jan 14 20:39:22 2015 -0500

----------------------------------------------------------------------
 .../apache/ambari/server/controller/KerberosHelper.java   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/65577e22/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
index e91d538..5e3e612 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelper.java
@@ -513,7 +513,7 @@ public class KerberosHelper {
         Stage stage = createServerActionStage(++lastStageId,
             cluster,
             requestStageContainer.getId(),
-            "Process Kerberos Operations",
+            "Finalize Operations",
             clusterHostInfoJson,
             "{}",
             hostParamsJson,
@@ -1129,7 +1129,7 @@ public class KerberosHelper {
       stage = createServerActionStage(++stageId,
           cluster,
           requestStageContainer.getId(),
-          "Process Kerberos Operations",
+          "Create Principals",
           clusterHostInfoJson,
           "{}",
           hostParamsJson,
@@ -1148,7 +1148,7 @@ public class KerberosHelper {
       stage = createServerActionStage(++stageId,
           cluster,
           requestStageContainer.getId(),
-          "Process Kerberos Operations",
+          "Create Keytabs",
           clusterHostInfoJson,
           "{}",
           hostParamsJson,
@@ -1166,7 +1166,7 @@ public class KerberosHelper {
       stage = createNewStage(++stageId,
           cluster,
           requestStageContainer.getId(),
-          "Process Kerberos Operations",
+          "Distribute Keytabs",
           clusterHostInfoJson,
           StageUtils.getGson().toJson(commandParameters),
           hostParamsJson);
@@ -1194,7 +1194,7 @@ public class KerberosHelper {
       stage = createServerActionStage(++stageId,
           cluster,
           requestStageContainer.getId(),
-          "Process Kerberos Operations",
+          "Update Service Configurations",
           clusterHostInfoJson,
           "{}",
           hostParamsJson,