From 50bf8a8abcb16e6b303bc7068e1c2c18fdcae048 Mon Sep 17 00:00:00 2001 From: Biju Nair Date: Sat, 4 May 2019 11:56:44 -0400 Subject: [PATCH] HBASE-22362 Highlight replication capability to replicate to multiple clusters in book --- src/main/asciidoc/_chapters/ops_mgt.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git src/main/asciidoc/_chapters/ops_mgt.adoc src/main/asciidoc/_chapters/ops_mgt.adoc index 4bec817d27..f47a069fe5 100644 --- src/main/asciidoc/_chapters/ops_mgt.adoc +++ src/main/asciidoc/_chapters/ops_mgt.adoc @@ -1949,6 +1949,8 @@ enable_table_replication :: disable_table_replication :: Disable the table replication switch for all its column families. +Note: add_peer shell command provides options to define replication peers to replicate data from a subset of namespaces, tables and/or colunm families in the cluster. By defining multiple peers, subsets of data from source cluster can be replicated to different target clusters. Peers defined without a list of objects to be replicated will replicate data from all the tables for which replication is enabled. + === Serial Replication Note: this feature is introduced in HBase 2.1 -- 2.20.1 (Apple Git-117)