正常操作
pip 安装 pyhive
https://pypi.org/project/PyHive/
正确 SQLAlchemy URI
hive://localhost:10000/default?auth=NONE
//localhost需要改成相应的IP
一开始使用 hive://localhost:10000/default?auth=NOSASL 出现错误
ERROR: {"error": "Connection failed!nnThe error message returned was:ncannot import name 'constants'"}
google下需要安装 pip install pythrifthiveapi 安装后重启出现错误
ERROR: {"error": "Connection failed!nnThe error message returned was:nTSocket read 0 bytes"}
改成使用 hive://localhost:10000/default?auth=NONE 就OK
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。