You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2017/03/21 21:52:41 UTC

[jira] [Commented] (AMBARI-16802) delete tag on a property in stack definition is not honored after cluster deployment

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

Yusaku Sako commented on AMBARI-16802:
--------------------------------------

[~ababych] can you update this JIRA?

> delete tag on a property in stack definition is not honored after cluster deployment
> ------------------------------------------------------------------------------------
>
>                 Key: AMBARI-16802
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16802
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Yesha Vora
>            Assignee: Arsen Babych
>            Priority: Critical
>             Fix For: trunk
>
>
> Delete tag on a property in stack definition is not honored after cluster deployment. The property still stays in Advanced spark-defaults section.
> * Add delete tag in spark-defaults.conf 
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <configuration supports_final="true">
>   <property>
>            <name>propertyname</name>
>       <deleted>true</deleted>
>   </property>
> </configuration>
> {code}
> * restart ambari-server
> This property does not move to Custom Spark property category and it can not be deleted.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)