I have installed hadoop 1.2.1 on linux with single node cluster configuration. It was running fine and the jps
command was displaying the information of all 5 jobs
- JobTracker
- NameNode
- TaskTracker
- SecondaryNameNode
- jps
- DataNode.`
Now, when I start the hadoop using command bin/start-all.sh
, hadoop starts all 5 jobs but within few seconds namenode shuts down itself.
Any ideas how can I solve this issue?
I have checked the namenode log file and it shows the following error:
ERROR org.apache.hadoop.hdfs.server.namenode.NameNode: java.io.IOException: Edit log corruption detected: corruption length = 98362 > toleration length = 0; the corruption is intolerable.