Hi:
After startind HDFS, I am able to create directories via the Hadoop api
and the shell app.
However I am not able to create a new file: I keep on getting problems
connecting to the data node. (on locahost:50010)
By going to the admin UI, I see Live Datanodes listed to be correct to be
listed: localhost:50010.
And in the data node log, I see the line:
2006-11-24 10:05:07,261 INFO org.apache.hadoop.dfs.DataNode: Opened server
at 50
010
So looks like the data node is alive.
Also, by clocking on the Browse the filesystem link in the admin ui, I
am taken to the address:
http://192.168.1.3:65535/browseDirectory.jsp?namenodeInfoPort=50070&dir=%2F
Which is not resolved.
Any suggestions would be greatly appreciated.
Thanks
-John