其他分享
首页 > 其他分享> > beeline hiveserver2运行遇到的问题

beeline hiveserver2运行遇到的问题

作者:互联网

beeline> !connect jdbc:hive2://192.168.0.108:10000
Connecting to jdbc:hive2://192.168.0.108:10000
Enter username for jdbc:hive2://192.168.0.108:10000: root
Enter password for jdbc:hive2://192.168.0.108:10000: *****
20/05/22 01:50:23 [main]: WARN jdbc.HiveConnection: Failed to connect to 192.168.0.108:10000
Could not open connection to the HS2 server. Please check the server URI and if the URI is correct, then ask the administrator to check the server status.
Error: Could not open client transport with JDBC Uri: jdbc:hive2://192.168.0.108:10000: java.net.ConnectException: Connection refused (Connection refused) (state=08S01,code=0)

 

Hivesever2 没启动

尝试 hive --service metastore

标签:jdbc,10000,遇到,hive2,192.168,0.108,server,hiveserver2,beeline
来源: https://www.cnblogs.com/watermarks/p/12934728.html