[Tutor] Access HBase

Laura Creighton lac at openend.se
Sun Jul 12 19:38:37 CEST 2015


In a message of Sun, 12 Jul 2015 16:57:36 +0100, Alan Gauld writes:
>On 11/07/15 14:01, Michelle Meiduo Wu wrote:
>> Hi there,
>> I'm just starting to use Python. I'd like to ask which Library is good for Python to access HBASE?
>
>I know next to nothing about HBase  (I read the IBM blurb) but it looks 
>like it has a RESTful interface so you could access that directly via 
>the standard "urllib" library or the "requests" third party package.
>I guess it depends on what you want to do and which API supports that.
>
>-- 
>Alan G

Maybe, and somebody tried over here using urlib:
https://github.com/tousif/Hwrapper/tree/master/Hwrapper
(which I have never used, so I have no idea if the code even works)
but since HBase is all about really, really, really big tables
I suspect there are some optimisations that you need to have to
get decent performance at all.  But again, I haven't used the thing
so my opinion isn't worth much.

Laura



More information about the Tutor mailing list