Re: How to specify HBase cluster end-points from HBase client code in HBase 0.20.0

2010-07-07 Thread Jean-Daniel Cryans
Alright I looked at the code inside HConnectionManager, along as the hbase.zookeeper.quorum value is different for each cluster you're good with 0.20.5 Starting in 0.89 it also checks for the root znode and client port, so you can host multiple hbase clusters on the same zookeeper ensemble. For ex

Re: How to specify HBase cluster end-points from HBase client code in HBase 0.20.0

2010-07-07 Thread Jun Li
Hi JD, Do you know how to make it work for the 0.20.5, the latest version, as I am planning to upgrade my installation from HBase0.20.0 to HBase0.20.5 anyway? Jun On Wed, Jul 7, 2010 at 10:49 AM, Jean-Daniel Cryans wrote: > Passing the hbase.zookeeper.quorum config will do exactly what you > n

Re: How to specify HBase cluster end-points from HBase client code in HBase 0.20.0

2010-07-07 Thread Jean-Daniel Cryans
Passing the hbase.zookeeper.quorum config will do exactly what you need in 0.89, but I'm not sure that it will work in 0.20 J-D On Wed, Jul 7, 2010 at 10:46 AM, Jun Li wrote: > Hello, > > In my current application environment, I need to have two HBase > clusters running in two different racks, t

How to specify HBase cluster end-points from HBase client code in HBase 0.20.0

2010-07-07 Thread Jun Li
Hello, In my current application environment, I need to have two HBase clusters running in two different racks, to form a fault-tolerant group to tolerate power failure. Then I have an HBase client, which is sitting outside of these two clusters, to make invocation to the these two HBase clusters