We've all been trying to help out as much as we could along the way. There's just a lot of code to write.
Andrew, there's definitely been enough done with regards to the return format and new key format KeyValue to get started on the C/C++ client. Now that you're back, take a look up in HBASE-880 to see what we've been tossing around most recently for the client api. In any case puts, deletes, and results will likely just be lists of KeyValues (which are binary, language agnostic). Gets are the only thing that will be useful to have a hierarchical object approach. Good to have you back. Lots of good stuff brewing! > -----Original Message----- > From: Andrew Purtell [mailto:[email protected]] > Sent: Thursday, March 19, 2009 1:44 PM > To: [email protected] > Subject: Re: github or ASF SVN? > > > Thanks stack. I'll keep my eye on this. > > Is this something at a close-enough-to-done state where I > might be able to come in cold and yet wrap up for you and > commit while you are away? > > - Andy > > > From: stack <[email protected]> > > Subject: Re: github or ASF SVN? > > To: [email protected] > > Date: Thursday, March 19, 2009, 2:36 PM > > > > Hey Andrew (welcome back). > > > > Here is the URL that refers to where I'm doing the > > hbase-1234 messing that Ryan mentioned: > > http://github.com/ryanobjc/hbase/tree/stack. I thought > > I'd have it finished before I took off friday night > > for some vacation but its not going to happen; all > > compiles but now working through the tests one by > > one. I'll keep at it but rate of evolution will slow > > some. Will keep posting to hbase-1234. > > > > St.Ack > > > > > > > > > > > > On Thu, Mar 19, 2009 at 2:09 PM, Erik Holstad > > <[email protected]> wrote: > > > > > Hey Andrew! > > > And welcome back. I just want to inform you about > > something that might > > > be of interest for you, we are planning to have a new > > return format from > > > the > > > server, List<KeyValue>, and the client has to > > make sense if it at its end, > > > just > > > so you know. Not sure if KeyValue is in trunk yet, but > > check it out on > > > gitHub. > > > > > > Regards Erik > > > > > >
