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.
Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000: java.net.ConnectException: Connection refused (Connection refused) (state=08S01,code=0)
Beeline version 3.1.0.3.1.0.0-78 by Apache Hive
1条答案
按热度按时间xj3cbfub1#
我在连接10000端口时遇到了同样的问题。下面是错误。
这个论坛已经有几个关于这个错误的帖子了。常见的建议有:
正在检查hive.log。我正在使用hdp,但不知道hive.log的位置。我检查了路径“/var/log/hive”,但该文件夹中的文件已存在数天。
我用“netstat-an | grep1000”检查了端口。它没有归还任何东西。但我知道hiveserver2是从ambari接口运行的。此外,我可以通过嵌入式模式连接到hiveserver2。