You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jeff Sposetti (JIRA)" <ji...@apache.org> on 2013/07/03 17:48:21 UTC

[jira] [Created] (AMBARI-2554) Provide ability to define parameter as "final" in Ambari

Jeff Sposetti created AMBARI-2554:
-------------------------------------

             Summary: Provide ability to define parameter as "final" in Ambari
                 Key: AMBARI-2554
                 URL: https://issues.apache.org/jira/browse/AMBARI-2554
             Project: Ambari
          Issue Type: Improvement
    Affects Versions: 1.2.3
            Reporter: Jeff Sposetti


Some parameters should be defined as "final". For example:

<property>
<name>fs.default.name</name>
<!-- cluster variant -->
<value>hdfs://secure1:8020</value>
<description>The name of the default file system. Either the
literal string "local" or a host:port for NDFS.</description>
<final>true</final>
</property>

Need to provide ability to designate a property as "final" in Ambari Web UI and via REST API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira