0

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.

j0k
  • 22,600
  • 28
  • 79
  • 90

4 Answers4

2

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

K S Nidhin
  • 2,622
  • 2
  • 22
  • 44
0

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

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

alex
  • 1
  • 1
0

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

ajaygopal07
  • 150
  • 8