Apache Hadoop High Availability
Also available as:
PDF
loading table of contents...

Monitoring Replication Status

You can use the HBase shell command status 'replication' to monitor the replication status on your cluster. The command has three variations:

Command

Description

* status 'replication'

Prints the status of each source and its sinks, sorted by hostname.

* status 'replication', 'source'

Prints the status for each replication source, sorted by hostname.

* status 'replication', 'sink'

Prints the status for each replication sink, sorted by hostname.