[
https://issues.apache.org/jira/browse/AMBARI-7715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165688#comment-14165688
]
Hadoop QA commented on AMBARI-7715:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12673964/AMBARI-7715.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 2 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-server contrib/views/slider.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/135//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/135//console
This message is automatically generated.
> HDP 2.2 Stack Advisor ignores dfs.http.policy value
> ---------------------------------------------------
>
> Key: AMBARI-7715
> URL: https://issues.apache.org/jira/browse/AMBARI-7715
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 1.7.0
>
> Attachments: AMBARI-7715.patch, AMBARI-7715_branch-1.7.0.patch
>
>
> {{hdfs-site.xml}} at the moment does not contain also property
> {{dfs.datanode.https.address}}, which is used in
> {{stacks/HDP/2.2/services/stack_advisor.py}}.
> I'm going to add next property to {{hdfs-site.xml}}
> {code}
> <property>
> <name>dfs.datanode.https.address</name>
> <value>0.0.0.0:50475</value>
> <description>
> The datanode https server address and port.
> </description>
> </property>
> {code}
> Default port was chosen 50475 according to
> http://docs.hortonworks.com/HDPDocuments/HDP1/HDP-1.2.0/bk_reference/content/reference_chap2_1.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)