[root@hadoop bin]# ./beeline -u jdbc:hive2://localhost:10000
Connecting to jdbc:hive2://localhost:10000
24/12/06 04:47:19 [main]: WARN jdbc.HiveConnection: Failed to connect to localhost: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. Enable verbose error messages (--verbose=true) for more information.
Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000: java.net.ConnectException: Connection refused (Connection refused) (state=08S01,code=0)
首先是在hive配置环境已经完成的状态下
启动./beeline -u jdbc:hive2://localhost:10000 报错的原因可能是因为hive-site.xml 文件配置的错误
视
画圈的应该配的是自己的主机IP也行或者是主机名也行
