You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2016/05/20 18:57:12 UTC

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

Yesha Vora created AMBARI-16802:
-----------------------------------

             Summary: 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


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)