You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/01/18 18:27:03 UTC

[jira] [Commented] (AMBARI-22638) yarn.timeline-service property enabled overriding preset secure blueprint config for the same

    [ https://issues.apache.org/jira/browse/AMBARI-22638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16330922#comment-16330922 ] 

Hudson commented on AMBARI-22638:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8613 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8613/])
AMBARI-22638. yarn.timeline-service property enabled overriding preset (rlevas: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=da6a201058b9c94aaf413621d615483ae177c36e])
* (edit) ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json


> yarn.timeline-service property enabled overriding preset secure blueprint config for the same
> ---------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-22638
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22638
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: 3.0.0
>            Reporter: Kishor Ramakrishnan
>            Assignee: Doroszlai, Attila
>            Priority: Critical
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-22638.trunk.001.patch
>
>
> yarn.timeline-service property enabled overriding preset secure blueprint config for the same.
> Configuration in yarn-site in blueprint
> {code:java}
> "yarn.timeline-service.enabled": "false"
> {code}
> The same config resolved in TOPOLOGY_RESOLVED yarn-site to 
> {code:java}
> "yarn.timeline-service.enabled": "true"
> {code}
> Configuration recommendation strategy in while cluster deploy template is ALWAYS_APPLY_DONT_OVERRIDE_CUSTOM_VALUES
> {code:java}
> "config_recommendation_strategy": "ALWAYS_APPLY_DONT_OVERRIDE_CUSTOM_VALUES",
> {code}
> Expected behavior: The config yarn.timeline-service.enabled should have persisted the value "false" even after deploy.
> Actual behavior: Flag "yarn.timeline-service.enabled" is toggled to "true" while resolving configs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)