Re: Hive Server 2 Python Client Drivers

2014-08-20 Thread Lefty Leverenz
Brad, after long delay I've updated the code in the wiki and included Python 2.6+ certification in Setting Up HiveServer2 -- Python Client Driver . I also added the Ruby client driver

Re: Hive Server 2 Python Client Drivers

2014-02-03 Thread Brad Ruderman
Hi Lefty- Thanks for the update. Here is the updated code which has a little bit more description of the methods available: import pyhs2 with pyhs2.connect(host='localhost', port=1, authMechanism="PLAIN", user='root',

Re: Hive Server 2 Python Client Drivers

2014-02-03 Thread Lefty Leverenz
Brad, please review the documentation in the wiki (cut-&-paste from your email) and let me know what changes are needed: - Setting Up HiveServer2: Python Client Driver - HiveServ

Re: Hive Server 2 Python Client Drivers

2013-10-29 Thread Lefty Leverenz
When it's ready, I can add it to the wikidoc for you if you don't have editing access. -- Lefty On Wed, Oct 23, 2013 at 7:24 PM, Brad Ruderman wrote: > Thanks Stephen- > I will submit it, its definitely still kinda beta mode. > > Looking for feedback and contributors if anyone is interested. >

Re: Hive Server 2 Python Client Drivers

2013-10-23 Thread Brad Ruderman
Thanks Stephen- I will submit it, its definitely still kinda beta mode. Looking for feedback and contributors if anyone is interested. Thanks! B On Wed, Oct 23, 2013 at 4:21 PM, Stephen Sprague wrote: > excellent. you might try to get it mentioned on this page: > > https://cwiki.apache.org/c

Re: Hive Server 2 Python Client Drivers

2013-10-23 Thread Stephen Sprague
excellent. you might try to get it mentioned on this page: https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients and save some other poor saps from re-inventing the wheel. On Wed, Oct 23, 2013 at 2:42 PM, Brad Ruderman wrote: > Hi All- > I have struggled for awhile with a

Hive Server 2 Python Client Drivers

2013-10-23 Thread Brad Ruderman
Hi All- I have struggled for awhile with a simple and straightforward driver that I can use to connect to Hive Server 2 in a very similar manner as a mysql driver in python. I know there are a few ways like using thrift or ODBC but all require significant amount of installation. I decided to create