Doug Cutting wrote:
Konstantin Shvachko wrote:Clarifying: port # is missing in your configuration, should be <property> <name>fs.default.name</name> <value>hdfs://hvcwydev0601:8020</value> </property>where 8020 is your port number.That's the work-around, but it's a bug. One should not need to specify the default port number (8020). Please file an issue in Jira.
Yes, Balancer should use NameNode.getAddress(conf) to get NameNode addrees. Raghu.