From dd224a594bc446dc3faf6a806d99cf4e42f630d1 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 30 Sep 2011 22:29:19 +0000 Subject: [PATCH] HBASE-4517 Document new replication features in 0.92 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1177867 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/hadoop/hbase/replication/package.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/javadoc/org/apache/hadoop/hbase/replication/package.html b/src/main/javadoc/org/apache/hadoop/hbase/replication/package.html index c861f65c1b8..d61becb38bd 100644 --- a/src/main/javadoc/org/apache/hadoop/hbase/replication/package.html +++ b/src/main/javadoc/org/apache/hadoop/hbase/replication/package.html @@ -44,7 +44,9 @@ for future developments. The current implementation offers the following features:
    -
  1. Master/Slave replication limited to 1 slave cluster.
  2. +
  3. Master/Slave replication.
  4. +
  5. Master/Master replication.
  6. +
  7. Cyclic replication.
  8. Replication of scoped families in user tables.
  9. Start/stop replication stream.
  10. Supports clusters of different sizes.
  11. @@ -74,6 +76,8 @@ Before trying out replication, make sure to review the following requirements:
  12. Every table that contains families that are scoped for replication should exist on every cluster with the exact same name, same for those replicated families.
  13. +
  14. For multiple slaves, Master/Master, or cyclic replication version + 0.92 or greater is needed.

@@ -113,6 +117,10 @@ to another. scope of 1 means it's going to be. In the future, different scope can be used for routing policies. +

  • To list all configured peers run the following command in the master's + shell +
    list_peers
    (as of version 0.92) +
  • You can confirm that your setup works by looking at any region server's log