The built-in hbase client doesn't support failing over automatically to DR cluster.
Switching "zookeeper.quorum" should be done on client side for failover. Cheers On Wed, Feb 7, 2018 at 3:16 PM, Daniel Połaczański <[email protected]> wrote: > Hi, > I want to configure HBase in DR scenario. I create two separete clusters > and configure master-master replication. At the begining I use only PROD > cluster and in case of disaster of data center I want to switch client to > DR cluster. > > Is client able to switch automatically from PROD to DR cluster? Is there > any mechanism which supports this kind of switching? > > Or maybe client has to explicitly and manualy change "zookeeper.quorum" > from Prod to DR? > How do you solve this kind of problems? > > Regards >
