[Tutor] Access HBase
Alan Gauld
alan.gauld at btinternet.com
Sun Jul 12 17:57:36 CEST 2015
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
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list