You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jaimin D Jetly (JIRA)" <ji...@apache.org> on 2016/05/20 19:00:14 UTC

[jira] [Updated] (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:all-tabpanel ]

Jaimin D Jetly updated AMBARI-16802:
------------------------------------
    Fix Version/s: 2.4.0

> 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
>            Priority: Critical
>             Fix For: 2.4.0
>
>
> 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.4#6332)