Hadoop ERROR datanode DataNode All directories in dfs data dir are invalid

0 votes

jps shows only Namenode and secondary Namenode. Then I started datanode by

 bin$./hadoop datanode

Then got this error: ERROR datanode.DataNode: Alldirectories in dfs.data.dir are invalid.

Can anyone help out with the solutions to the above error?

Aug 5, 2019 in Big Data Hadoop by Jigar
1,585 views

1 answer to this question.

0 votes

Hi,

Try this, first delete all contents from temporary folder:

rm -rf /app/hadoop/tmp/​

Make sure that dir has right owner and permission /app/hadoop/tmp/

bin$sudo chown hduser:hadoop -R /app/hadoop/tmp/

bin$sudo chmod 777 -R /app/hadoop/tmp/

Format the namenode:

bin$./hadoop namenode -format

Start all processes again: 

bin$./start-all.sh​
answered Aug 5, 2019 by Gitika
• 65,910 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Copy files to all Hadoop DFS directories

Hi @Bhavish. There is no Hadoop command ...READ MORE

answered Feb 24, 2019 in Big Data Hadoop by Omkar
• 69,210 points
3,021 views
0 votes
2 answers

Hey for all, how to get on large data i want use in hadoop?

Hi, To work with Hadoop you can also ...READ MORE

answered Jul 30, 2019 in Big Data Hadoop by Sunny
844 views
+1 vote
1 answer
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,607 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,210 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,786 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,287 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP