Title

Saturday, 7 February 2015

Data Node not started


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.

Answer

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

Answer

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

Answer2

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

Answer3

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.

Answer4

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

No comments:

Post a Comment