Hello On 2011/01/14 10:02, Mark Kerzner wrote:
hadoop fs -ls hdfs://master-url/works locally on the master, but cannot connect from any of the slaves.
Make sure to replicate conf/core-site.xml to each of the slaves. The fs.default.name property should point to the master node. That way the slaves know how to reach the NameNode.
<name>fs.default.name</name> <value>hdfs://master:8020</value> (adjust the host name and port as necessary) George