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 2017/10/06 16:26:30 UTC

ambari git commit: AMBARI-21601 [addendum]. Pre-configure services when Kerberos is enabled to reduce number of core service restarts when services are added (Eugene Chekanskiy via rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8b83a0a53 -> 01b79aae5


AMBARI-21601 [addendum]. Pre-configure services when Kerberos is enabled to reduce number of core service restarts when services are added (Eugene Chekanskiy via rlevas)


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

Branch: refs/heads/trunk
Commit: 01b79aae5553dcd89464d8f6558bdba031417a3f
Parents: 8b83a0a
Author: Robert Levas <rl...@hortonworks.com>
Authored: Fri Oct 6 12:26:16 2017 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Fri Oct 6 12:26:16 2017 -0400

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.6/kerberos_preconfigure.json     | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/01b79aae/ambari-server/src/main/resources/stacks/HDP/2.6/kerberos_preconfigure.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/kerberos_preconfigure.json b/ambari-server/src/main/resources/stacks/HDP/2.6/kerberos_preconfigure.json
index 9c29393..8460958 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/kerberos_preconfigure.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/kerberos_preconfigure.json
@@ -16,6 +16,15 @@
             "local_username": "beacon"
           }
         }
+      ],
+      "configurations": [
+          {
+            "core-site": {
+              "hadoop.proxyuser.beacon.groups": "*",
+              "hadoop.proxyuser.beacon.hosts": "*",
+              "hadoop.proxyuser.beacon.users": "*"
+            }
+        }
       ]
     }
   ]