hey friend
How to read/write data in Hbase using PHP?
views:
26answers:
2
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
2010-10-12 18:02:45