[
https://issues.apache.org/jira/browse/AMBARI-14470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068476#comment-15068476
]
Hadoop QA commented on AMBARI-14470:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12779083/AMBARI-14470.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-web.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4695//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4695//console
This message is automatically generated.
> 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)