HBase service management via ADCM

The ADCM UI provides actions to manage the HBase service and its components. For information on how to run service actions, refer to ADH service actions.

The actions available for the HBase service are listed in the table below.

Action Description

Add/Remove components

Running this action opens the component-host mapping interface where you can add, remove, and distribute HBase components. When running this action, you can specify the following parameters on the Configuration step:

  • Remove RegionServer without region unloading. When set to true, removes the RegionServer component without unloading data from it.

  • Limit the number of threads used by the region mover. Sets the maximum number of threads for the RegionMover process.

  • Timeout for moving regions. If regions cannot be moved within the specified timeout, the process exits with error.

Check

Runs service-specific tests to check the health of the service and its components

Start

Starts the service. When you run this action, the option Apply configs from ADCM is available. If it is set to true, all service configurations defined in ADCM settings will be applied on the service startup. Otherwise, the service starts without applying configurations from ADCM

Stop

Stops the service

Restart

Restarts the service. When you run this action, the option Apply configs from ADCM is available. If it is set to true, all service configurations defined in ADCM settings will be applied during the service restart. Otherwise, the service restarts without applying configurations from ADCM

Remove

Removes the service from the cluster. This action should be used to remove already installed services. Whereas the delete control can be used to remove a non-mapped service (a service which components have not been distributed among cluster hosts)

Manage Ranger plugin

Enables or disables Ranger plugin for HBase. During this action RegionServers are restarted. When a RegionServer is shutdown, regions hosted by that RegionServer are moved to other RegionServers before stopping the current RegionServer. When you run this action, you have to specify the following parameters: Limit the number of threads used by the region mover for graceful RegionServer restarting and Timeout for moving regions for graceful RegionServer restarting. If regions are not moved by the timeout value, the action is interrupted, and an error occurs

Reconfig and graceful restart

Applies settings specified in ADCM UI and restarts the HBase service. During this action RegionServers are restarted. When a RegionServer is shutdown, regions hosted by that RegionServer are moved to other RegionServers before stopping the current RegionServer. When you run this action, you have to specify the following parameters: Limit the number of threads used by the region mover for graceful RegionServer restarting and Timeout for moving regions for graceful RegionServer restarting. If regions are not moved by the timeout value, the action is interrupted, and an error occurs

Found a mistake? Seleсt text and press Ctrl+Enter to report it