Sample Header Ad - 728x90

Automating HBase Online Merges

1 vote
0 answers
17 views
Long story short; I have an HBase database that divided into a huge number of small regions. I'm trying to merge them into larger regions, as the huge number of regions is drastically slowing performance. I'm looking for a simple way to automate the merges; I thought the simplest way would be trying to use the REST API to automate searching for neighboring regions and attempt online merges. I'm having trouble finding examples of how to do this, though. Is there a proper REST endpoint that can do this? If it makes a difference, there is a Cloudera 5x interface to the cluster.
Asked by Bart Silverstrim (153 rep)
Jun 28, 2019, 02:45 PM