Dmitry Lysnichenko created AMBARI-7715:
------------------------------------------
Summary: 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
{{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)