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
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
+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.