remove_peer

Definition

Stops replication stream for the specified relationship (peer), then disables and removes it. It also clears all stored meta information on that peer.

Usage

remove_peer '<peer_id>'
Arguments
Parameter Description

peer_id

A unique identifier of the replication peer. Should not contain hyphens

Examples

hbase(main):002:0> remove_peer '1'
Took 0.0281 seconds
hbase(main):003:0> list_peers
 PEER_ID CLUSTER_KEY ENDPOINT_CLASSNAME STATE REPLICATE_ALL NAMESPACES TABLE_CFS BANDWIDTH
0 row(s)
Took 0.0049 seconds
=> #<Java::JavaUtil::ArrayList:0x35329a05>
Found a mistake? Seleсt text and press Ctrl+Enter to report it