Re: Unblock Put/Delete

2012-05-23 Thread NNever
Thanks Harsh, I'll try it ;) --- Best regards, nn 2012/5/24 Harsh J > NNever, > > You can use asynchbase (an asynchronous API for HBase) for that need: > https://github.com/stumbleupon/asynchbase > > On Thu, May 24, 2012 at 7:25 AM, NNever wrote: > > Dear all > >

Re: Unblock Put/Delete

2012-05-23 Thread Harsh J
NNever, You can use asynchbase (an asynchronous API for HBase) for that need: https://github.com/stumbleupon/asynchbase On Thu, May 24, 2012 at 7:25 AM, NNever wrote: > Dear all > > When we use Put or Delete we always need to wait their return vals. But > sometimes we just need to send a Put/Del