-
Notifications
You must be signed in to change notification settings - Fork 91
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
What to do if the hive service is actively disconnected due to timeout? #199
Comments
You may be able to configure this with |
Closing this for now, let me know if it didn't help. |
thx, i plan to query a sql every 5 minutes and let him continue. unable to modify hive's configuration for other reasons |
You can set custom values from the connection, these values need not apply to the server. See this test for example, so you could do:
So the configuration would only apply to your client. |
I got it, thank you very much for your guidance |
Hi ~
Our hive connection will be automatically disconnected if there is no request for more than 5 minutes. At this time, the connection cannot be reused. Is there a better way to deal with it?
For example: heartbeat、 timing trigger?
The text was updated successfully, but these errors were encountered: