Sound great Esteban, How can I get that libreries?
Thanks,
~GA
2013/8/14 Esteban Gutierrez
>
> Hello Guillermo,
>
> Sure, you can use the Thrift API to connect to Hive
>
> https://cwiki.apache.org/Hive/hiveclient.html#HiveClient-Python
>
> cheers,
> esteban.
>
>
> --
> Cloudera, Inc.
>
>
>
> O
Hello Guillermo,
Sure, you can use the Thrift API to connect to Hive
https://cwiki.apache.org/Hive/hiveclient.html#HiveClient-Python
cheers,
esteban.
--
Cloudera, Inc.
On Wed, Aug 14, 2013 at 3:45 PM, Guillermo Alvarado <
guillermoalvarad...@gmail.com> wrote:
> Hi everybody,
>
> I want to
Hi everybody,
I want to build an application with Hadoop. I want to know which is the
best way to comunicate my GUI (Django based) with Hive.
I have a CDH4 cluster running, I need to perform queries to hive then graph
the response.
I know there is a JDBC client and a python client but I need hav