[ 
https://issues.apache.org/jira/browse/HDFS-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786924#comment-13786924
 ] 

Haohui Mai commented on HDFS-5306:
----------------------------------

It works for me, except that 
org.apache.hadoop.hdfs.protocolPB.PBHelper#convert(DatanodeID dn) needs an 
one-line patch:

{noformat}
        .setInfoPort(dn.getInfoPort())
+        .setInfoSecurePort(dn.getInfoSecurePort())
        .setIpcPort(dn.getIpcPort()).build();
{noformat}

> Datanode https port is not available at the namenode
> ----------------------------------------------------
>
>                 Key: HDFS-5306
>                 URL: https://issues.apache.org/jira/browse/HDFS-5306
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: datanode, namenode
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>         Attachments: HDFS-5306.patch
>
>
> To enable https access, the datanode http server https port is needed in 
> namenode web pages and redirects from the namenode. This jira adds an 
> additional optional field to DatanodeIDProto in hdfs.proto and the 
> corresponding DatanodeID java class.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to