I was trying to set up Hadoop single node cluster on my pc with Ubuntu 12.10. with reference to tutorial on Michael-noll.com
Everything went smooth till I executed '/usr/local/hadoop/bin/start-all.sh' command
After that I executed java process status "/usr/local/hadoop$ jps"
Then I found that the Data Node
, Task Tracker
, Name Node
are not listed (ie not working)
can any one help in this situation.