tags:

views:

26

answers:

2

hey friend
How to read/write data in Hbase using PHP?

A: 

You may checkout this tutorial.

Darin Dimitrov
A: 

I see this is a bit old, but i thought I'd mention there are 2 tutorials on this in the main documentation (one using thrift, like above) and another, ReSTful way of doing it. Checkout non-java access under User/Developer guidelines:

http://wiki.apache.org/hadoop/Hbase

PHP/ReST

this has most of the info here:

http://wiki.apache.org/hadoop/Hbase/Stargate

And you can use the php http object to formulate your requests. I'd image an 'open' call would be about the same as an http get request, but put/post/deletes would need a bit more work.

Just more information for anyone who comes across this question.

Mike