[
https://issues.apache.org/jira/browse/KNOX-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448344#comment-16448344
]
ASF subversion and git services commented on KNOX-1268:
-------------------------------------------------------
Commit 5d2ed18d43c2f9c03dc894ea5ba247d7900907c4 in knox's branch
refs/heads/master from [~pzampino]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=5d2ed18 ]
KNOX-1268 - Add support for HDFS-related service discovery with HTTPS
configurations
> [Service Discovery] On a wire encrypted cluster , HDFSUI and WEBHDFS service
> url is getting updated with wrong port
> -------------------------------------------------------------------------------------------------------------------
>
> Key: KNOX-1268
> URL: https://issues.apache.org/jira/browse/KNOX-1268
> Project: Apache Knox
> Issue Type: Bug
> Affects Versions: 0.14.0
> Reporter: J.Andreina
> Assignee: Phil Zampino
> Priority: Critical
> Fix For: 1.1.0
>
>
> On a wire encrypted cluster , HDFS url is getting updated with wrong port
> Expected HDFS urls in generated topology :
> [https://host1:20470|https://host1:20470/]
> [https://host2:20470|https://host2:20470/]
> Actual:
> {noformat}
> <service>
> <role>WEBHDFS</role>
> <url>https:/host1:20070/webhdfs</url>
> <url>https://host2:20070/webhdfs</url>
> </service>
> <service>
> <role>HDFSUI</role>
> <url>https://host1:20070</url>
> <url>https://host2:20070</url>
> </service>
> {noformat}
> Should fetch port value using config "dfs.https.port" from hdfs-site.xml
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)