datanode decomissioning

+1 vote
I have a two node cluster with master and slave, master is also acting as a slave. with replication factor as 3. I want to decommission a slave machine but when i follow the decommissioning procedure all i can see is "decommissioning in progress".  I waited for a whole weekend but  still its reflecting as decommissioning in progress., Want to know the reason for the same...
Nov 25, 2019 in Big Data Hadoop by Saif
• 130 points
530 views

1 answer to this question.

+1 vote
You have set the replication factor to 3. And you have three nodes. You are trying to delete one node which would result in the total nodes to be less than the replication factor. And due to this, the decommissioning is getting stuck. The number of nodes should at least be equal to the replication factor. The solution would be to set the replication factor to 2 and then try decommissioning.
answered Nov 28, 2019 by Rahul

Related Questions In Big Data Hadoop

0 votes
1 answer

Is there a way to rebalance single Datanode in Hadoop.

Currently Hadoop does not automatically do this. ...READ MORE

answered Apr 15, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
495 views
0 votes
1 answer

NameNode & DataNode memory

Name Node only store metadata which is ...READ MORE

answered Jun 12, 2018 in Big Data Hadoop by Data_Nerd
• 2,390 points
1,047 views
0 votes
1 answer

What metadata is stored on a DataNode when a block is written to it?

Let me explain you step by step.  Each ...READ MORE

answered Jul 23, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
2,716 views
+2 votes
4 answers

Datanode process not running in Hadoop

Run the following commands: Stop-all.sh start-dfs.sh start-yarn.sh mr-jobhistory-daemon.sh ...READ MORE

answered Oct 25, 2018 in Big Data Hadoop by Anand
17,141 views
+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,521 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,165 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
103,814 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,234 views
0 votes
1 answer

Unable to run Name node and datanode on Single Node cluster: Does not contain a valid host:port

Add the following properties in the core-site.xml file, it ...READ MORE

answered May 22, 2019 in Big Data Hadoop by Sanam
1,051 views
0 votes
1 answer

How does decreasing the block size make more space on Datanode?

When there is space in data nodes ...READ MORE

answered Jul 5, 2019 in Big Data Hadoop by Krish
661 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