|
|
-
Re: Question about Master Master replicationVarun Sharma 2012-11-20, 19:23
This failed for me and replication was not working until I just gave one
peer. Have you yourself tried this ? On Tue, Nov 20, 2012 at 9:17 AM, Suraj Varma <[EMAIL PROTECTED]> wrote: > Per "The Peers znode" section of > http://hbase.apache.org/replication.html, the cluster key is of the > format " “zk1.host.com,zk2.host.com,zk3.host.com:2181:/hbase". So, > that's the value you would provide to the add_peer command. > > --Suraj > > > > On Mon, Nov 19, 2012 at 2:00 PM, Varun Sharma <[EMAIL PROTECTED]> wrote: > > Hi hbasers, > > > > I have 2 hbase clusters with Master Master replication enabled. Both of > > them are running hbase 0.94.0 - Each of them has their own dedicated > > Zookeeper ensemble of 3 peers. I had a question about adding multiple zk > > peers. How do I do that. Do I simply separate them with a comma ? > > > > add_peer '1', 'zk1:2181:/hbase,zk2:2181:/hbase,zk3:2181:/hbase' > > > > Thanks > > Varun > |