You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Aleksandr Kovalenko (JIRA)" <ji...@apache.org> on 2015/12/22 17:31:46 UTC

[jira] [Commented] (AMBARI-14470) User can change properties that should not be reconfigurable and overridable

    [ https://issues.apache.org/jira/browse/AMBARI-14470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068358#comment-15068358 ] 

Aleksandr Kovalenko commented on AMBARI-14470:
----------------------------------------------

+1 for the patch

> 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)