Re: [Tutor] Access HBase

2015-07-14 Thread Francois Dion
On Sat, Jul 11, 2015 at 9:01 AM, 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 think the Python for Data Science group would be a good place to ask: https://groups.google.com/forum/?fromgroups#!fo

Re: [Tutor] Access HBase

2015-07-13 Thread Michelle Meiduo Wu
Thanks a lot!Your information is very helpful. I believe it's easier to try HappyBase at beginning. Thanks,Michelle > To: wum...@hotmail.com > CC: l...@openend.se; tutor@python.org; l...@openend.se > From: l...@openend.se > Subject: Re: [Tutor] Access HBase > Date: Sun, 12 Jul

Re: [Tutor] Access HBase

2015-07-12 Thread Laura Creighton
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

Re: [Tutor] Access HBase

2015-07-12 Thread Alan Gauld
On 12/07/15 16:55, Alan Gauld wrote: ... I used to use Pyton Doh! Pyton -> Jython... -- 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 ___

Re: [Tutor] Access HBase

2015-07-12 Thread Alan Gauld
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 v

Re: [Tutor] Access HBase

2015-07-12 Thread Alan Gauld
On 12/07/15 12:02, Laura Creighton wrote: In a message of Sun, 12 Jul 2015 12:46:15 +0200, Laura Creighton writes: If you want to use a library and it is written in Java, usually -- not all of the time, but most of the time -- you can wrap it very easily, import it, and it works. I mispoke her

Re: [Tutor] Access HBase

2015-07-12 Thread Laura Creighton
In a message of Sun, 12 Jul 2015 12:46:15 +0200, Laura Creighton writes: >If you want >to use a library and it is written in Java, usually -- not all of the >time, but most of the time -- you can wrap it very easily, import it, >and it works. I mispoke here. Most of the time you don't even have t

Re: [Tutor] Access HBase

2015-07-12 Thread Laura Creighton
In a message of Sat, 11 Jul 2015 23:46:56 -0400, Michelle Meiduo Wu writes: >Thanks a lot! > >Do you know anything about HappyBase compared with Jython? > >Best, >Michelle I don't know anything at all about HappyBase, and next to nothing about Hadoop. But I know quite a bit about Jython. The Py

Re: [Tutor] Access HBase

2015-07-12 Thread Michelle Meiduo Wu
Thanks a lot! Do you know anything about HappyBase compared with Jython? Best, Michelle > To: wum...@hotmail.com > CC: tutor@python.org; l...@openend.se > From: l...@openend.se > Subject: Re: [Tutor] Access HBase > Date: Sat, 11 Jul 2015 19:53:19 +0200 > > In a message o

Re: [Tutor] Access HBase

2015-07-11 Thread Laura Creighton
In a message of Sat, 11 Jul 2015 09:01:15 -0400, Michelle Meiduo Wu writes: >Hi there, >I'm just starting to use Python. I'd like to ask which Library is good for >Python to access HBASE? > >Besides Happybase and Python HBase, is there any other one? Which is more >robotic and better functional?

[Tutor] Access HBase

2015-07-11 Thread Michelle Meiduo Wu
Hi there, I'm just starting to use Python. I'd like to ask which Library is good for Python to access HBASE? Besides Happybase and Python HBase, is there any other one? Which is more robotic and better functional? Any advice would be greatly appreciated. Thank you, Michelle