Hi all, I installed Hadoop 1.0.3 and am running it as a single node cluster. I noticed that start-daemon.sh only starts Namenode, Secondary Namenode and the JobTracker daemon.
Datanode and Tasktracker daemons are not started. However, when I start them individually they start up without any issues. I'm running this on Ubuntu 11.04 and followed the instructions here [1][2] Can someone point me to some debugging steps? Thanks. Dinesh [1] http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ [2] http://hadoop.apache.org/common/docs/stable/mapred_tutorial.html