Aleksandr Kovalenko created AMBARI-7312:
-------------------------------------------
Summary: 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
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)