[
https://issues.apache.org/jira/browse/AMBARI-7312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134103#comment-14134103
]
Hudson commented on AMBARI-7312:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #245 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/245/])
AMBARI-7312. Ambari namenode UI link checks deprecated property for ssl enabled
hdfs for HDP 2.1.x. (Denys Buzhor via akovalenko) (akovalenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8dd0e81d8c8c3d4bfb14a0b6e6f301d74c0eac72)
*
ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml
* ambari-web/app/views/common/quick_view_link_view.js
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml
> Ambari namenode UI link checks deprecated property for ssl enabled hdfs for
> HDP 2.1.x
> -------------------------------------------------------------------------------------
>
> Key: AMBARI-7312
> URL: https://issues.apache.org/jira/browse/AMBARI-7312
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 1.7.0
> Reporter: Aleksandr Kovalenko
> Assignee: Aleksandr Kovalenko
> Fix For: 1.7.0
>
> Attachments: AMBARI-7312.patch, AMBARI-7312_2.patch
>
>
> PROBLEM:
> Ambari 1.6.1, checks if hadoop.ssl.enabled=true is set in core-site.xml to
> determine the namenode UI.
> This is deprecated property in HDP 2.x, the proper property is
> dfs.http.policy
> whose value can be
> HTTP_ONLY
> HTTP_AND_HTTPS
> HTTPS_ONLY
> If the value is 'HTTPS_ONLY', namenode UI should point to the https version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)