Created 03-20-2020 09:25 AM
Hello,
If we Go to Clusters > Kudu > Click Actions, Run Kudu Rebalancer Tool, will it distribute data for overall Kudu or just Kudu Master or Kudu T-Servers.
Target is to distribute currently uneven data, evenly acrossall nodes.
If above does not work, is there any other way to distribute / balance data evenly across all kudu nodes. Also, do we need any downtime while rebalancing is in progress unlike HDFS.
Overview of our infrastructure:
3 Kudu Masters
9 Tablet Servers
Kudu 1.7.0-cdh5.16.2/ CM 5.16.2
Request some advice / assistance on the same.
Thanks
Snm1523
Created 03-20-2020 12:38 PM
Hi @snm1523 ,
Kudu masters don't serve or store data, so the rebalance tool will rebalance data across all of the tablet servers where the data are stored. You don't need any downtime to run the Kudu cluster rebalance tool.
Regards,
Steve
Created 03-20-2020 01:00 PM
Can rebalance be done when kudu service is operational? or do we need to put kudu service on maintenence?
Created 03-23-2020 01:44 AM
Hi @wert_1311 ,
You can run Kudu rebalance whilst the cluster is operational and it will run in the background. You don't need to put the Kudu service into maintenance mode.
Regards,
Steve