eyeballs
eyeballs

Reputation: 169

Hadoop3 balancer vs disk balancer

I read Hadoop ver 3 document about disk balancer and it said

"Diskbalancer is a command line tool that distributes data evenly on all disks of a datanode.
This tool is different from Balancer which takes care of cluster-wide data balancing."

I really dont know whats difference between 'balancer' and 'disk balancer' yet.
Could you explain what is it?
Thank you!

Upvotes: 0

Views: 297

Answers (1)

sandeep kumar
sandeep kumar

Reputation: 26

Balancer deals with internodes data balancing present in multiple datanodes present in the cluster whereas disk balancer deals with data present disks of a single datanode.

Upvotes: 1

Related Questions