Data Node not started

841 Views Asked by At

I configured hadoop setting in my box and worked with example programs everything went fine and worked well all the Daemons also is in the running state. On the next day morning Data node not running.

4

There are 4 best solutions below

0
K S Nidhin On

Try restarting the hadoop and also format the namenode . Generally the issue resolves on restarting the hadoop

0
Nagarjuna Vissa On

I solved this problem in the following way:

1.By writing "localhost" in the file "hostname" which is located at /etc. And restart once it will work fine.

0
alex On

stop all services. Add hostname to conf/slaves and run start-all.sh

0
ajaygopal07 On

i also had the same problem ... i resolved it by changing the field in hdfs-site.xml ...... earlier my field had the value ...${user.home}/hadoop/data/datanode I changed it to $/hadoop/data/datanode and the datanode started