I'm fine with replication. But does that mean I can only write from one data-center?
Ideally I would want counters to work across data-center, with the correct increment eventually merging. On Thu, May 3, 2012 at 11:26 AM, Jean-Daniel Cryans <[email protected]> wrote: > A single HBase instance doesn't work across datacenters, maybe that's > why you haven't found any documentation. > > HBase does have replication between clusters, see > http://hbase.apache.org/replication.html > > J-D > > On Thu, May 3, 2012 at 11:10 AM, Marco Villalobos > <[email protected]> wrote: >> I have not found any documentation on how hbase would work across >> multiple data-centers. >> >> In fact, I am concerned about how a centralized zookeeper would make >> multi-data center support impossible. >> >> How is this handled? What if somebody needs to read and write from >> multiple data-centers? >> >> Any advice?
