Replies: 1 comment
-
It seems like you're facing an issue while executing the query in the database using Presto. The error indicates there is a connection problem with the specified host. The error "java.net.NoRouteToHostException: No route to host" typically occurs when the system can't find a route to communicate with the specified host. This can be caused by various reasons such as network issues, firewall settings, or the host not being available at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apart from select query all other queries are working fine.
presto:default> select * from transcript;
Query 20231004_164227_00051_ji9z8 failed: java.net.NoRouteToHostException: No route to host
Beta Was this translation helpful? Give feedback.
All reactions