Re: Why are work in progress in HBase 2.0 to reduce its dependency on ZooKeeper?

2017-03-14 Thread Stack
On Tue, Mar 14, 2017 at 4:28 AM, Kang Minwoo wrote: > Hi, I am Minwoo. > > I am interesting in HBase Architecture. > So I read Architecting HBase Applications. > > In the book, HBase 2.0 is work in progress to reduce its dependency on > ZooKeeper. > > I want to the

Why are work in progress in HBase 2.0 to reduce its dependency on ZooKeeper?

2017-03-14 Thread Kang Minwoo
Hi, I am Minwoo. I am interesting in HBase Architecture. So These Days I read Architecting HBase Applications.

Why are work in progress in HBase 2.0 to reduce its dependency on ZooKeeper?

2017-03-14 Thread Kang Minwoo
Hi, I am Minwoo. I am interesting in HBase Architecture. So I read Architecting HBase Applications. In the book, HBase 2.0 is work in progress to reduce its dependency on ZooKeeper. I want to the reason. Why are work in progress in HBase 2.0 to reduce its dependency on ZooKeeper?

Re: limiting user threads on client

2017-03-14 Thread Henning Blohm
I am using a single Connection (HBase 1.0.0) created using ConnectionFactory.createConnection(config) that is kept alive virtually forever and actual client requests call connection.getTable(...), do their work, and finally call table.close() when done. Setting hbase.hconnection.threads.max