Re: Using Python thrift client for Hive Server 2 hangs.

2013-04-23 Thread Prasad Mujumdar
HiveServer2 by default uses ThriftSASL transport. The Thrift python library doesn't have the SASL transport. You can run the hiveserver2 in non-sasl mode by adding following to the hive-site.xml hive.server2.authentication NOSASL Also Hive 0.10 upgraded Thrift requirement from 0.7 to 0

Re: Using Python thrift client for Hive Server 2 hangs.

2013-04-17 Thread Kishore Yellamraju
Any thoughts on this issue of running python scripts against hive/cdh4.2 ? -Thanks kishore kumar yellamraju |Ground control operations|kish...@rocketfuel.com| 408.203.042 4 On Tue, Apr 16, 2013 at 12:26 PM, Kishore Yellamraju < kish...@rocketfuelinc.com> wrote: > +1 . > > + user@hive.apache.o

Re: Using Python thrift client for Hive Server 2 hangs.

2013-04-16 Thread Kishore Yellamraju
+1 . + user@hive.apache.org , may be this question is to hive users. even we are having issues with running python scripts against hive. ( cdh4 , hive 0.10 , python 2.7 ) . these were working fine before and stopped working after upgrade. i see the below exception when running my python script.