Re: Facing issues in rest webservice with Hbase using Ruby

2011-08-27 Thread vincent.pe...@gmail.com
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 a

Re: Facing issues in rest webservice with Hbase using Ruby

2011-08-26 Thread Andrew Purtell
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

Facing issues in rest webservice with Hbase using Ruby

2011-08-25 Thread Stuti Awasthi
Hi friends, I am stuck with my development as I want my ruby client should interact with REST interface to connect to Hbase. To attain this I installed sishen-hbase-ruby gem and hbase-ruby gem on my Ubuntu box. I tried to query a table present in Hbase using the following code but it is giving