02 2021 档案

摘要:1.通过pip命令安装库 pip install sasl pip install thrift pip install thrift-sasl pip install PyHive 踩坑处:如果安装不上sasl,可以尝试 https://www.lfd.uci.edu/~gohlke/python 阅读全文
posted @ 2021-02-03 15:30 测试—LDY 阅读(509) 评论(0) 推荐(0)
摘要:1.通过pip命令安装 happybase 和 thrift 两个库 命令: pip install happybase pip install thrift 注意:如果需要更新pip版本,请先更新。 2.创建一个.py文件。 导入happybase文件。 import happybase happ 阅读全文
posted @ 2021-02-03 14:56 测试—LDY 阅读(449) 评论(0) 推荐(0)