Configuring Fault Tolerance
Also available as:
PDF
loading table of contents...

Pause and Stop HBase Replication

Run HBase table replication commands to pause or stop HBase replication.

  1. To pause HBase cluster replication, use the disable_table_replication command:

    Run

    hbase shell>disable_table_replication "t1"

    With this, you can temporarily stop replication. To re-enable the replication, use the enable_table_replication command.

  2. To permanently disable replication, remove the replication relationship:

    Run

    hbase shell>remove_peer “us_east”