You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2014/12/23 22:11:36 UTC

ambari git commit: AMBARI-8897. core-site properties defined in the kerberos descriptor for knox gateway component does not take effect. (robert levas via jaimin)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0c1c14b76 -> 1e393e6fc


AMBARI-8897. core-site properties defined in the kerberos descriptor for knox gateway component does not take effect. (robert levas via jaimin)


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

Branch: refs/heads/trunk
Commit: 1e393e6fc67c2b6a18d5c1a3889cdb490eefc53a
Parents: 0c1c14b
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Tue Dec 23 12:56:40 2014 -0800
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Tue Dec 23 12:56:40 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/KNOX/kerberos.json  | 22 +++++++++++++-------
 1 file changed, 14 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1e393e6f/ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/kerberos.json
index ab70d39..760f826 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/kerberos.json
@@ -30,19 +30,25 @@
             {
               "gateway-site": {
                 "gateway.hadoop.kerberos.secured": "true",
-                "java.security.krb5.conf": "/etc/krb5.conf" 
-              },
+                "java.security.krb5.conf": "/etc/krb5.conf"
+              }
+            },
+            {
               "core-site": {
-                "hadoop.proxyuser.knox.groups":  "${hadoop-env/proxyuser_group}",
+                "hadoop.proxyuser.knox.groups": "${hadoop-env/proxyuser_group}",
                 "hadoop.proxyuser.knox.hosts": "${host}"
-              },
+              }
+            },
+            {
               "webhcat-site": {
-                "webhcat.proxyuser.knox.groups":  "${hadoop-env/proxyuser_group}",
+                "webhcat.proxyuser.knox.groups": "${hadoop-env/proxyuser_group}",
                 "webhcat.proxyuser.knox.hosts": "${host}"
-              },
+              }
+            },
+            {
               "oozie-site": {
-                "oozie.service.ProxyUserService.proxyuser.knox.groups":   "${hadoop-env/proxyuser_group}",
-                "oozie.service.ProxyUserService.proxyuser.knox.hosts":  "${host}"
+                "oozie.service.ProxyUserService.proxyuser.knox.groups": "${hadoop-env/proxyuser_group}",
+                "oozie.service.ProxyUserService.proxyuser.knox.hosts": "${host}"
               }
             }
           ]