[
https://issues.apache.org/jira/browse/AMBARI-14470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069491#comment-15069491
]
Hudson commented on AMBARI-14470:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #4086 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4086/])
AMBARI-14470 User can change properties that should not be (ababiichuk:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9c94ac95b97f66da5a6f5d0b988904949396afd2])
* ambari-web/app/utils/config.js
* ambari-web/test/utils/config_test.js
> 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)