You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Stuart White (JIRA)" <ji...@apache.org> on 2009/03/11 20:46:50 UTC

[jira] Updated: (HADOOP-5463) Balancer throws "Not a host:port pair" unless port is specified in fs.default.name

     [ https://issues.apache.org/jira/browse/HADOOP-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart White updated HADOOP-5463:
---------------------------------

    Attachment: patch.txt

> Balancer throws "Not a host:port pair" unless port is specified in fs.default.name
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-5463
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5463
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.19.1
>            Reporter: Stuart White
>            Priority: Minor
>         Attachments: patch.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> If fs.default.name is specified as only a hostname (with no port), balancer throws "Not a host:port pair" and will not run.
> Workaround is to add default port 8020 to fs.default.name.
> According to Doug: "That's the work-around, but it's a bug.  One should not need to specify the default port number (8020)."
> According to Raghu Angadi: "Balancer should use NameNode.getAddress(conf) to get NameNode address."
> See http://www.nabble.com/Not-a-host%3Aport-pair-when-running-balancer-td22459259.html for discussion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.