python cannot connect hiveserver2

后端 未结 4 1317
悲哀的现实
悲哀的现实 2020-12-11 03:42

I have tried use the example on https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2 but gets the following errors:

/usr/lib/python2.7/dis         


        
4条回答
  •  再見小時候
    2020-12-11 04:09

    Setting up following environment variable worked for me:

    SASL_PATH=/usr/lib/x86_64-linux-gnu/sasl2 
    

    This is for Ubuntu

提交回复
热议问题