[
https://issues.apache.org/jira/browse/AMBARI-14470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069251#comment-15069251
]
Andrii Babiichuk commented on AMBARI-14470:
-------------------------------------------
committed to trunk
> User can change properties that should not be reconfigurable and overridable
> ----------------------------------------------------------------------------
>
> Key: AMBARI-14470
> URL: https://issues.apache.org/jira/browse/AMBARI-14470
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.4.0
> Reporter: Andrii Babiichuk
> Assignee: Andrii Babiichuk
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-14470.patch
>
>
> Properties like:
> {code:xml}
> /ambari/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml
>
> <property>
> <name>hadoop_pid_dir_prefix</name>
> <value>/var/run/hadoop</value>
> <display-name>Hadoop PID Dir Prefix</display-name>
> <description>Hadoop PID Dir Prefix</description>
> <value-attributes>
> <type>directory</type>
> <overridable>false</overridable>
> <editable-only-at-install>true</editable-only-at-install>
> </value-attributes>
> </property>
> {code}
> and like storm.zookeeper.servers
> {code:xml}
> <property>
> <name>storm.zookeeper.servers</name>
> <value>['localhost']</value>
> <description>A list of hosts of ZooKeeper servers used to manage the
> cluster.</description>
> <value-attributes>
> <type>componentHosts</type>
> <editable-only-at-install>true</editable-only-at-install>
> <overridable>false</overridable>
> </value-attributes>
> </property>
> {code}
> are editable and overridable
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)