在安装pyhive的过程中需要,pip install sasl,但总会报出下面的错误:

google了一下

Ubuntu系统的话可能需要先装好libsasl2-dev

CentOS系统需要预先装好python-devel和cyrus-sasl-devel

按照方案执行了语句

之后再pip install sasl成功

相关链接:https://stackoverflow.com/questions/22838752/hadoop-python-client-driver-for-hiveserver2-fails-to-install