You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "CHU, THEODORA" <tc...@att.com> on 2014/07/31 20:36:01 UTC

HBase + PySpark

Does anyone know how to read data from OpenTSDB/HBase into PySpark? I’ve searched multiple forums and can’t seem to find the answer. Thanks!

Re: HBase + PySpark

Posted by Nick Dimiduk <nd...@gmail.com>.
+1 for happybase


On Thu, Jul 31, 2014 at 2:47 PM, Stack <st...@duboce.net> wrote:

> On Thu, Jul 31, 2014 at 11:47 AM, Esteban Gutierrez <es...@cloudera.com>
> wrote:
>
> > Hello,
> >
> > Have you tried to use the Thrift bindings for Python? An example can be
> > found under the hbase-examples directory:
> >
> >
> >
> https://github.com/apache/hbase/blob/0.96/hbase-examples/src/main/python/thrift1/DemoClient.py
> >
> > Related, https://github.com/wbolster/happybase
> St.Ack
>

Re: HBase + PySpark

Posted by Stack <st...@duboce.net>.
On Thu, Jul 31, 2014 at 11:47 AM, Esteban Gutierrez <es...@cloudera.com>
wrote:

> Hello,
>
> Have you tried to use the Thrift bindings for Python? An example can be
> found under the hbase-examples directory:
>
>
> https://github.com/apache/hbase/blob/0.96/hbase-examples/src/main/python/thrift1/DemoClient.py
>
> Related, https://github.com/wbolster/happybase
St.Ack

Re: HBase + PySpark

Posted by Esteban Gutierrez <es...@cloudera.com>.
Hello,

Have you tried to use the Thrift bindings for Python? An example can be
found under the hbase-examples directory:

https://github.com/apache/hbase/blob/0.96/hbase-examples/src/main/python/thrift1/DemoClient.py

regards,
esteban.


--
Cloudera, Inc.



On Thu, Jul 31, 2014 at 11:36 AM, CHU, THEODORA <tc...@att.com> wrote:

> Does anyone know how to read data from OpenTSDB/HBase into PySpark? I’ve
> searched multiple forums and can’t seem to find the answer. Thanks!