Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How frequent kicks HDFS balancer

avatar
Rising Star

hi experts!

in HDFS serivices there is tool called balancer, which purposed to ensure even distribution of blocks across cluster.

my question is how frequently it kicks in to check is cluster imbalanced or not?

is there any way to change this frequency?

 

thanks!

1 ACCEPTED SOLUTION

avatar
Mentor
The command in CM -> HDFS -> Actions to run Balancer is ad-hoc.
There's no schedule it runs by - you'll need to invoke it manually to
trigger the HDFS Balancer work.

If you'd like to setup a frequency, you can use the CM API to trigger
it via crontab/etc.

View solution in original post

1 REPLY 1

avatar
Mentor
The command in CM -> HDFS -> Actions to run Balancer is ad-hoc.
There's no schedule it runs by - you'll need to invoke it manually to
trigger the HDFS Balancer work.

If you'd like to setup a frequency, you can use the CM API to trigger
it via crontab/etc.