AMBARI-22638. yarn.timeline-service property enabled overriding preset secure blueprint config for the same
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/da6a2010 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/da6a2010 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/da6a2010 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: da6a201058b9c94aaf413621d615483ae177c36e Parents: 15d8d1a Author: Doroszlai, Attila <[email protected]> Authored: Wed Dec 13 07:14:38 2017 +0100 Committer: Robert Levas <[email protected]> Committed: Fri Jan 5 17:54:16 2018 -0500 ---------------------------------------------------------------------- .../main/resources/common-services/YARN/3.0.0.3.0/kerberos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/da6a2010/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json b/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json index a3cfaea..a9ad1cc 100644 --- a/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json +++ b/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json @@ -15,7 +15,7 @@ "configurations": [ { "yarn-site": { - "yarn.timeline-service.enabled": "true", + "yarn.timeline-service.enabled": "false", "yarn.timeline-service.http-authentication.type": "kerberos", "yarn.acl.enable": "true", "yarn.admin.acl": "${yarn-env/yarn_user},dr.who", @@ -291,4 +291,4 @@ ] } ] -} \ No newline at end of file +}
