Repository: ambari Updated Branches: refs/heads/branch-2.6 726912589 -> 154ff06fb
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/154ff06f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/154ff06f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/154ff06f Branch: refs/heads/branch-2.6 Commit: 154ff06fb1cdfe111c7dc023cc0009aa8ed5d888 Parents: 7269125 Author: Robert Levas <[email protected]> Authored: Fri Oct 6 12:27:23 2017 -0400 Committer: Robert Levas <[email protected]> Committed: Fri Oct 6 12:27:23 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/154ff06f/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": "*" + } + } ] } ]
