Sounds like the typical Ubuntu issue where by default localhost binds to the local loopback interface and you are trying to reach it via an IP. Change either your /etc/hosts configuration or have fs.default.name listen on 192.168.2.106:9000 (or the machine's hostname if it isn't binding on lo either).
J-D On Mon, Nov 28, 2011 at 6:50 AM, Mohammad Tariq <[email protected]> wrote: > Ya, namenode is running fine. Here is the log file - > > 2011-11-28 20:16:44,878 INFO > org.apache.hadoop.hdfs.server.namenode.NameNode: STARTUP_MSG: > /************************************************************ > STARTUP_MSG: Starting NameNode > STARTUP_MSG: host = ubuntu/192.168.2.106 > STARTUP_MSG: args = [] > STARTUP_MSG: version = 0.20.205.0 > STARTUP_MSG: build = ... > > And I have formatted the HDFS before starting the daemons. > fs.deafult.name is - > > <property> > <name>fs.default.name</name> > <value>hdfs://localhost:9000</value> > </property> > > Should it also be "namenode:90000"???? > > Regards, > Mohammad Tariq
