Re: implementing failover in hbase

2011-06-03 Thread Ted Yu
I think he meant HQuorumPeer. On Fri, Jun 3, 2011 at 8:03 AM, Stack wrote: > What is HQuorum? > St.Ack > > On Fri, Jun 3, 2011 at 2:48 AM, James Ram wrote: > > Hi, > > > > We have HQuorum running on 3 machines in our 3 machine cluster. If one > of > > the slaves goes down, the entire applicat

Re: implementing failover in hbase

2011-06-03 Thread Stack
What is HQuorum? St.Ack On Fri, Jun 3, 2011 at 2:48 AM, James Ram wrote: > Hi, > >  We have HQuorum  running on 3 machines in our 3 machine cluster. If one of > the slaves goes down, the entire application crashes. > So how do  we implement failover so that even if one or more slaves fail, > the

implementing failover in hbase

2011-06-03 Thread James Ram
Hi, We have HQuorum running on 3 machines in our 3 machine cluster. If one of the slaves goes down, the entire application crashes. So how do we implement failover so that even if one or more slaves fail, the application still keeps running. -- With Regards, Jr.