Which HBase version are you using? Currently replication is only available in trunk (and will be available in the next 0.89 release).
The documentation is available at src/main/java/org/apache/hadoop/hbase/replication/package.html, you probably forgot to run the bin/replication/add_peer.rb script J-D On Tue, Jul 13, 2010 at 6:48 AM, Sebastian Bauer <[email protected]> wrote: > Hi all. > > Is there any documentation describe replication setup, because i have try > two times and it doesnt work. I have added this: > <property> > <name>hbase.replication.enabled</name> > <value>true</value> > </property> > > to hbase-site.xml and changed REPLICATION_SCOPE to '1' in all columns but it > still doesnt work. > > Thanks in advance. > S.Bauer >
