in Big Data | Hadoop by (23.9k points)
What is a Balancer in HDFS?

1 Answer

0 votes
by (32.2k points)

In HDFS, data is stored in blocks on a DataNode. There can be a situation when data is not uniformly spread into blocks on a DataNode. When we add a new DataNode to a cluster, we can face such a situation.

In such a case, HDFS provides a useful tool Balancer to analyze the placement of blocks on a DataNode. Some people call it as Rebalancer also. This is an administrative tool used by admin staff. We can use this tool to spread the blocks

 

in a uniform manner on a DataNode.

Related questions

0 votes
asked Feb 23, 2020 in Big Data | Hadoop by rahuljain1 (6.5k points)
0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma (23.9k points)
0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma (23.9k points)
...