【发布时间】:2020-05-07 02:31:25
【问题描述】:
我正在使用运行 CentOS v6 的 cloudera quick start vm 5.13 版。我想在环境中使用 pyhive 并参考下面的链接安装 pyhive 但我无法安装链接中给出的任何库,因为我收到此库不存在的错误。请指导我如何在安装 pyhive 之前安装所有必需的库。谢谢
https://dwgeek.com/guide-connecting-hiveserver2-using-python-pyhive.html/
安装 gcc
sudo apt-get install gcc
安装 Thrift
pip install thrift+
安装 SASL
pip install sasl
安装 thrift sasl
pip install thrift_sasl
【问题讨论】:
标签: python hive centos centos6