# 开发流程 from pyhive import hive # 创建hive连接对象 conn=hive.Connection(host='192.168.206.100',port=10000,username='root',database='orderdb') # 创建游标 cursor=c

# 开发流程 from pyhive import hive # 创建hive连接对象 conn=hive.Connection(host='192.168.206.100',port=10000,username='root',database='orderdb') # 创建游标 cursor=c