Using HBase Shell to manage the cluster

There are a bunch of HBase Shell commands for managing the cluster. These commands belong to the tool's group.

Tip

Warning

Many of these commands are for advanced users only, as their misuse can cause unexpected damages to an HBase installation.

The tool's group commands provide an interface to manage HBase regions manually. Their features include:

  • Region deployment
  • Region splitting
  • Cluster balancing
  • Region flushing and compaction

Although HBase does all these operations automatically, by default, there are situations wherein you may want to balance your region server's load manually. This is especially true when the default, balancing algorithm does not work well for your data access pattern.

In this recipe, ...

Get HBase Administration Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.