Configure HBase Snapshot Data Collection

Pulse supports collecting snapshot data from both the latest and legacy HBase UIs. By default, Pulse collects snapshot data from the latest HBase UI.

To enable snapshot data collection from the legacy HBase UI, set hbazer_master_legacy_snapshot_scrape to true based on your deployment type.

Docker-based deployment

The Docker configuration file is located at:

$ACCELDATA_HOME/config/docker/override.yml

In the override.yml file, add the following configuration:

hbazer_master_legacy_snapshot_scrape: true

Kubernetes-based deployment

  1. In the Admin UI, select the configured cluster.

  2. Go to Configurations > VARs.yml.

  3. Set the following configuration to true:

hbazer_master_legacy_snapshot_scrape: true
  1. Save the configuration.