You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Steffen Beyer <st...@beyer.io> on 2010/11/04 17:43:00 UTC

HBase Ruby/REST interface

Hi,

I can't get the ruby-stargate gem to work with neither HBase 0.20 nor 0.89.

There is a slight impedance mismatch in the JSON format, it seems. HBase 
sends:

{"table":{"@name":"test"}}

...while the gem expects 'name' without the @-prefix.

Is the gem deprecated?

Regards,
-- 
Steffen Beyer <st...@beyer.io>

GnuPG key fingerprint: CA00 1611 242B 89D4 E643  E235 05F3 7689 DD3E EB26
Public key available upon request or at http://wwwkeys.de.pgp.net

Re: HBase Ruby/REST interface

Posted by Steffen Beyer <st...@beyer.io>.
On Thu, 4 Nov 2010 21:49:32 -0700, Stack wrote:
> It may be stale.  Do you know what version of hbase it was built against?

No idea. The last update took place in January 2010...

Regards,
-- 
Steffen Beyer <st...@beyer.io>

GnuPG key fingerprint: CA00 1611 242B 89D4 E643  E235 05F3 7689 DD3E EB26
Public key available upon request or at http://wwwkeys.de.pgp.net

Re: HBase Ruby/REST interface

Posted by Stack <st...@duboce.net>.
On Thu, Nov 4, 2010 at 9:43 AM, Steffen Beyer <st...@beyer.io> wrote:
> Is the gem deprecated?
>

It may be stale.  Do you know what version of hbase it was built against?
St.Ack