Fwd: Blk Load via Collection

2016-08-06 Thread Manjeet Singh
Hi All I am writing Java Native API for HBase responsible for bulk read write (operations) for this I used List of Put and List of Get and compare and put update list I am facing two problems at some point of time my system get hang seems I am missing some configurations which might responsible fo

Re: Blk Load via Collection

2016-08-06 Thread Ted Yu
Manjeet: Can you share the config you use so that we can have better idea ? Which hbase release are you using ? The performance degradation was w.r.t. what other approach ? Cheers On Sat, Aug 6, 2016 at 1:11 AM, Dima Spivak wrote: > Hey Manjeet, > > Let me move dev@ to bcc and add user@ as th

Re: Blk Load via Collection

2016-08-06 Thread Dima Spivak
Hey Manjeet, Let me move dev@ to bcc and add user@ as the main recipient. You're most likely to get good advice from HBase users who might well have faced this question themselves. :) Cheers, Dima On Saturday, August 6, 2016, Manjeet Singh wrote: > Hi All > > I am writing Java Native API for