Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 0cf5593d9 -> f4079a4af


AMBARI-16654. yarn.timeline-service.enabled is set to false in secure cluster 
(rlevas)


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

Branch: refs/heads/branch-2.4
Commit: f4079a4af6f40afe0d7256f2eb3454614e476805
Parents: 0cf5593
Author: Robert Levas <[email protected]>
Authored: Fri May 13 09:12:40 2016 -0400
Committer: Robert Levas <[email protected]>
Committed: Fri May 13 09:12:40 2016 -0400

----------------------------------------------------------------------
 .../stacks/HDP/2.5/services/YARN/kerberos.json          | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f4079a4a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json
index 123ff7c..e22b595 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/kerberos.json
@@ -13,9 +13,10 @@
       "configurations": [
         {
           "yarn-site": {
-            "yarn.timeline-service.enabled": "false",
+            "yarn.timeline-service.enabled": "true",
             "yarn.timeline-service.http-authentication.type": "kerberos",
             "yarn.acl.enable": "true",
+            "yarn.admin.acl": "${yarn-env/yarn_user},dr.who",
             "yarn.timeline-service.http-authentication.signature.secret": "",
             "yarn.timeline-service.http-authentication.signature.secret.file": 
"",
             
"yarn.timeline-service.http-authentication.signer.secret.provider": "",
@@ -39,6 +40,15 @@
             "hadoop.proxyuser.${yarn-env/yarn_user}.groups": "*",
             "hadoop.proxyuser.${yarn-env/yarn_user}.hosts": 
"${clusterHostInfo/rm_host}"
           }
+        },
+        {
+          "capacity-scheduler": {
+            "yarn.scheduler.capacity.root.acl_administer_queue": 
"${yarn-env/yarn_user}",
+            "yarn.scheduler.capacity.root.default.acl_administer_queue": 
"${yarn-env/yarn_user}",
+            "yarn.scheduler.capacity.root.acl_administer_jobs": 
"${yarn-env/yarn_user}",
+            "yarn.scheduler.capacity.root.default.acl_administer_jobs": 
"${yarn-env/yarn_user}",
+            "yarn.scheduler.capacity.root.default.acl_submit_applications": 
"${yarn-env/yarn_user}"
+          }
         }
       ],
       "components": [

Reply via email to