Reading through HBASE-2195/HBASE-4517 might provide some clues. Some doc is available here: http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/replication/package-summary.html
-- Lars ________________________________ From: Mohit Anchlia <mohitanch...@gmail.com> To: user@hbase.apache.org Sent: Monday, August 20, 2012 4:06 PM Subject: Re: HBase replication On Mon, Aug 20, 2012 at 3:06 PM, Jean-Daniel Cryans <jdcry...@apache.org>wrote: > On Sat, Aug 18, 2012 at 1:30 PM, Mohit Anchlia <mohitanch...@gmail.com> > wrote: > > Is it also possible to setup bi-directional replication? In other words > is > > it possible to write to the same table to both HBase instances locally in > > each DC and still be able to replicate between them? > > Only starting with 0.92.0 Thanks! could you please point me to relevant docs? On the replication page all I see is Master-Slave configuration and I don't see Master-Master configuration. > > J-D >