Re: Hbase 1.2 connection pool in java

2016-11-24 Thread Ted Yu
Please see HBASE-17009 and HBASE-16713 which are related to connection pooling, Hi manjeet, I wrote about a connection pool I implemented at  https://richardstartin.com/2016/11/05/hbase-connection-management/ Cheers, Richard

Re: Hbase 1.2 connection pool in java

2016-11-24 Thread Richard Startin
Hi manjeet, I wrote about a connection pool I implemented at https://richardstartin.com/2016/11/05/hbase-connection-management/ Cheers, Richard Sent from my iPhone > On 24 Nov 2016, at 17:43, Manjeet Singh wrote: > > Hi All > > Cna anyone help me out on How to

Hbase 1.2 connection pool in java

2016-11-24 Thread Manjeet Singh
Hi All Cna anyone help me out on How to create Hbase connection pool in java also org.apache.hadoop.hbase.client.HConnection; is deprecated so is their any new approch? Thanks Manjeet -- luv all

Re: Writting bottleneck in HBase ?

2016-11-24 Thread schausson
Hi, thanks for your answer. About your question related to thread management : yes, I have several threads (up to 4) that may call my persistence method. When I wrote the post, I had not configured anything special about regions for my table so it basically used default splitting policy I guess.

Hbase HA and read replication

2016-11-24 Thread Manjeet Singh
Hi All, I have one question about replication. I am saving my data in Hbase table latest Hbase version documentation said its coming with read replication. 1)- we also have hdfs replication at the end of the day Hbase data actually land on hdfs, so if I have replicated data by using hdfs why I