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

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

Andrii Babiichuk created AMBARI-14470:
-----------------------------------------

             Summary: 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


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)