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