We are using MassiveRecord here at Companybook, it's a ruby client for HBase using Thrift. There is also an ORM on top of that! https://github.com/CompanyBook/massive_record
Let me know if it fits your requirements, and why if it doesn't so we can continue to improve it :) On Sat, Aug 27, 2011 at 2:30 AM, Andrew Purtell <[email protected]> wrote: > Stuti, > > > 2011-08-25 15:10:56,807 ERROR org.mortbay.log: /api/userstable > > java.lang.RuntimeException: > org.apache.hadoop.hbase.TableNotFoundException: api > > > Whatever you are using to communicate with the HBase REST server was > designed for the previous version of it. > > URLs to the REST interface no longer begin with /api > > Now, URLs begin with the table name, e.g. /userstable > > You will need to contact the supplier of this "" package for a more recent > version, or use something else. > > > Best regards, > > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) > >
