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/03/03 22:06:56 UTC

ambari git commit: AMBARI-9907. Storm principal is marked as a service rather than a user principal, causes issue adding hosts with Supervisor (rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk da8c9879c -> 1fb50b9d4


AMBARI-9907. Storm principal is marked as a service rather than a user principal, causes issue adding hosts with Supervisor (rlevas)


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

Branch: refs/heads/trunk
Commit: 1fb50b9d45344e82525f93563f71f97c46bf589b
Parents: da8c987
Author: Robert Levas <rl...@hortonworks.com>
Authored: Tue Mar 3 16:06:19 2015 -0500
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Mar 3 16:06:19 2015 -0500

----------------------------------------------------------------------
 .../main/resources/common-services/STORM/0.9.1.2.1/kerberos.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1fb50b9d/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
index e9f75b4..aa4fa75 100644
--- a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
@@ -13,7 +13,7 @@
           "name": "storm_components",
           "principal": {
             "value": "storm@${realm}",
-            "type": "service",
+            "type": "user",
             "configuration": "storm-env/storm_principal_name"
           },
           "keytab": {
@@ -113,7 +113,7 @@
               "name": "storm_components",
               "principal": {
                 "value": "storm@${realm}",
-                "type": "service",
+                "type": "user",
                 "configuration": "storm-env/storm_principal_name"
               },
               "keytab": {