Pause and Stop HBase Replication
Run HBase table replication commands to pause or stop HBase replication.
Run HBase table replication commands to pause or stop HBase replication.
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.
Run
hbase shell>remove_peer “us_east”