hive
小卢的博客
奥力奥力给~
展开
-
spark本地读取集群hive问题:Exception in thread main ExitCodeException exitCode=-1073741701
spark本地读取集群hive问题:Exception in thread main ExitCodeException exitCode=-1073741701原创 2022-10-27 15:45:32 · 956 阅读 · 0 评论 -
spark本地读取集群hive问题:Failed to connect to /192.168.0.0:9866 for block BP-1340737360-192.168.0.0-1
spark本地读取集群hive问题:Failed to connect to /192.168.0.0:9866 for block BP-1340737360-192.168.0.0-1原创 2022-10-27 15:35:45 · 904 阅读 · 0 评论 -
python读取hive的数据
python连接hive需要将python代码放到linux上运行在window上至今测试不通连接hivefrom pyhive import hiveconn=hive.Connection(host=‘192.168..’,port=10000,database=‘test’)cursor=conn.cursor()cursor.execute(‘select * from ...原创 2020-04-10 17:10:45 · 1376 阅读 · 0 评论