[
https://issues.apache.org/jira/browse/AMBARI-7715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166569#comment-14166569
]
Hudson commented on AMBARI-7715:
--------------------------------
SUCCESS: Integrated in Ambari-branch-1.7.0 #44 (See
[https://builds.apache.org/job/Ambari-branch-1.7.0/44/])
AMBARI-7715. HDP 2.2 Stack Advisor ignores dfs.http.policy value (dlysnichenko)
(dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e19a40194b367db6410649341bde3ab90e30ee21)
* contrib/views/slider/src/main/resources/ui/app/assets/data/apps/apps.json
* ambari-web/app/views/common/quick_view_link_view.js
* ambari-server/src/test/python/stacks/2.1/configs/secured-storm-start.json
*
ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
*
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/configuration/hdfs-site.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml
*
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml
*
ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml
* ambari-server/src/test/python/stacks/2.1/configs/default-storm-start.json
> 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)