I suggest you should look through the logs to see if there is any error. And the second point that I need to point out is which node you run the command "hadoop fs -ls ". If you run the command on Node A, the configuration item "fs.default.name" should point to the HDFS.
On Sat, Jan 1, 2011 at 3:20 AM, Jon Lederman <[email protected]> wrote: > Hi Michael, > > Thanks for your response. It doesn't seem to be an issue with safemode. > > Even when I try the command dfsadmin -safemode get, the system hangs. I am > unable to execute any FS shell commands other than hadoop fs -help. > > I am wondering whether this an issue with communication between the > daemons? What should I be looking at there? Or could it be something else? > > When I do jps, I do see all the daemons listed. > > Any other thoughts. > > Thanks again and happy new year. > > -Jon > On Dec 31, 2010, at 9:09 AM, Black, Michael (IS) wrote: > > > Try checking your dfs status > > > > hadoop dfsadmin -safemode get > > > > Probably says "ON" > > > > hadoop dfsadmin -safemode leave > > > > Somebody else can probably say how to make this happen every reboot.... > > > > Michael D. Black > > Senior Scientist > > Advanced Analytics Directorate > > Northrop Grumman Information Systems > > > > > > ________________________________ > > > > From: Jon Lederman [mailto:[email protected]] > > Sent: Fri 12/31/2010 11:00 AM > > To: [email protected] > > Subject: EXTERNAL:HDFS FS Commands Hanging System > > > > > > > > Hi All, > > > > I have been working on running Hadoop on a new microprocessor > architecture in pseudo-distributed mode. I have been successful in getting > SSH configured. I am also able to start a namenode, secondary namenode, > tasktracker, jobtracker and datanode as evidenced by the response I get from > jps. > > > > However, when I attempt to interact with the file system in any way such > as the simple command hadoop fs -ls, the system hangs. So it appears to me > that some communication is not occurring properly. Does anyone have any > suggestions what I look into in order to fix this problem? > > > > Thanks in advance. > > > > -Jon > > > > -- -----李平
