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

Íñigo Goiri commented on HDFS-14368:
------------------------------------

If I understand correctly, you are getting two http prefixes?
I think this is an artifact of how the web addresses are defined in your 
hdfs-site.xml.
In our case, the addresses in the JMX don't include "http".
This comes form the NamenodeHeartbeatService:
{code}
    // Get the Web address for UI
    this.webAddress =
        DFSUtil.getNamenodeWebAddr(conf, nameserviceId, namenodeId);
    LOG.info("{} Web address: {}", nnDesc, webAddress);
{code}
This return the value in {{dfs.namenode.http-address.NSID.NNID}}.
By the default, this is not supposed to include http in there:
{{dfs.namenode.http-address=0.0.0.0:50070}}

> RBF: In router UI under Namenode Information, Nameservice and Web address is 
> not coming properly.
> -------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-14368
>                 URL: https://issues.apache.org/jira/browse/HDFS-14368
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Ranith Sardar
>            Assignee: Ranith Sardar
>            Priority: Major
>         Attachments: HDFS-14368-HDFS-13891.000.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to