Index: src/main/java/org/apache/hadoop/hbase/replication/package.html =================================================================== --- src/main/java/org/apache/hadoop/hbase/replication/package.html (revision 963949) +++ src/main/java/org/apache/hadoop/hbase/replication/package.html (working copy) @@ -1,128 +0,0 @@ - - - - - -
-- -
-
-Status
-
-
-This package is alpha quality software and is only meant to be a base -for future developments. The current implementation offers the following -features: - -
-
-Requirements
-
-
- -Before trying out replication, make sure to review the following requirements: - -
-
-Deployment
-
-
- -The following steps describe how to enable replication from a cluster -to another. This must be done with both clusters offlined. -
-<property> - <name>hbase.replication.enabled</name> - <value>true</value> -</property>-
-$HBASE_HOME/bin/hbase org.jruby.Main $HBASE_HOME/replication/bin/add_peer.tb- This will show you the help to setup the replication stream between - both clusters. If both clusters use the same Zookeeper cluster, you have - to use a different zookeeper.znode.parent since they can't - write in the same folder. -
-Considering 1 rs, with ratio 0.1 -Getting 1 rs from peer cluster # 0 -Choosing peer 10.10.1.49:62020- -In this case it indicates that 1 region server from the slave cluster -was chosen for replication.
-hbase(main):001:0> zk 'set /zookeeper.znode.parent/replication/state false'- -Where you replace the znode parent with the one configured on your master -cluster. Replication of already queued edits will still happen after you -issued that command but new entries won't be. To start it back, simply replace -"false" with "true" in the command. - -
- - - Index: src/main/javadoc/org/apache/hadoop/hbase/replication/package.html =================================================================== --- src/main/javadoc/org/apache/hadoop/hbase/replication/package.html (revision 0) +++ src/main/javadoc/org/apache/hadoop/hbase/replication/package.html (working copy) @@ -38,7 +38,7 @@
-This package is alpha quality software and is only meant to be a base +This package is experimental quality software and is only meant to be a base for future developments. The current implementation offers the following features: @@ -66,8 +66,8 @@ other one on the slave cluster. That also includes the Zookeeper clusters.
<property> - <name>hbase.replication.enabled</name> + <name>hbase.replication</name> <value>true</value> </property>
-$HBASE_HOME/bin/hbase org.jruby.Main $HBASE_HOME/replication/bin/add_peer.tb+$HBASE_HOME/bin/hbase org.jruby.Main $HBASE_HOME/bin/replication/add_peer.tb This will show you the help to setup the replication stream between both clusters. If both clusters use the same Zookeeper cluster, you have to use a different zookeeper.znode.parent since they can't Index: src/site/site.xml =================================================================== --- src/site/site.xml (revision 963949) +++ src/site/site.xml (working copy) @@ -35,6 +35,7 @@