Thanks again St.Ack. Will do. I have to say that the comments alone in asynchbase are worth the price of admission! Very entertaining :)
On Wed, Dec 19, 2012 at 11:31 PM, Stack <[email protected]> wrote: > On Wed, Dec 19, 2012 at 8:53 PM, Matan Amir <[email protected]> wrote: > > > Thanks St.Ack, > > > > Funny enough, since we use asynchbase internally, i am planning on using > > that model (async, queue per region, time-based push rather than size, > etc) > > and I've already started reading through asynchbase inline comments - > > specifically in HBaseRpc. I was just hoping there was something more > > official. The VLong encoding is quite something btw > < > > > > > Any recommendations for what we should use going forward? (BenoƮt on > hadoops' vlong encoding makes for a good read indeed: > https://github.com/OpenTSDB/asynchbase/blob/master/src/HBaseRpc.java#L826) > > > > > I did also notice the protobuf code in HBase trunk but i assume that is > for > > a future release (0.96+?) > > > > > Yessir. > > All pb all the time except for passing of actual KeyValues. We'll pass > DataBlocks instead. Clients will say what they can digest (compressions, > etc.). > > Keep us in the loop. We might save you a bit of head banging when you are > trying to figure why something is the way it is. > > St.Ack >
