-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN jdbc.HiveConnection: Failed to connect to localhost:10000 #24
Comments
I'm experiencing similar issues, the README file is not explicit enough. |
I am trying to connect from my local machine I get unknownhostexception, please let us know on how to make beeline or jdbc connection |
networks: adding this in docker-compose resolved the issue for me |
@mat-ale did you resolve your issue? |
I have same problem |
I too have the same issue and not be able to fix it. |
any resolution? |
I have solved it by putting the ip address instead of localhost. As i had vm machine and your local desktop and vm localhost represent two machines. I hope this will solve your issues. |
the following should resolve the issue: |
OK now it is resolved: The following needs to be done: [startup.sh]
you probably do not need
add to
and to
|
Logging initialized using configuration in file:/opt/hive/conf/hive-log4j2.properties Async: true |
Hi,
this is my configuration:
and HIVE should be connected to 2 more HDFS containers (
hadoop-namenode
,hadoop-datanode1
) that I have built and that are working just great on the right ports.When I run:
docker-compose exec hive-server bash /opt/hive/bin/beeline -u jdbc:hive2://localhost:10000
I get:
From
docker-compose
logs I don't see specific errors so the containers seem to work fine.Any help on this please?
Thanks
The text was updated successfully, but these errors were encountered: