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/branch-feature-AMBARI-14714 Commit: 01b79aae5553dcd89464d8f6558bdba031417a3f Parents: 8b83a0a Author: Robert Levas <[email protected]> Authored: Fri Oct 6 12:26:16 2017 -0400 Committer: Robert Levas <[email protected]> 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": "*" + } + } ] } ]
