You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/10/09 21:00:34 UTC

[jira] [Updated] (AMBARI-7715) HDP 2.2 Stack Advisor ignores dfs.http.policy value

     [ https://issues.apache.org/jira/browse/AMBARI-7715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Lysnichenko updated AMBARI-7715:
---------------------------------------
    Attachment: AMBARI-7715.patch
                AMBARI-7715_branch-1.7.0.patch

> 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)