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/e46575a1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e46575a1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e46575a1 Branch: refs/heads/branch-feature-AMBARI-21674 Commit: e46575a17d4b9877aa5a67aa87ee690c326f6a64 Parents: a928a9c Author: Doroszlai, Attila <[email protected]> Authored: Wed Dec 13 07:14:38 2017 +0100 Committer: Doroszlai, Attila <[email protected]> Committed: Wed Dec 13 21:22:08 2017 +0100 ---------------------------------------------------------------------- .../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/e46575a1/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 +}
