Beeline and Hive connectivity causes a connection reset error in Studio logs.
Solution
There are two possible solutions:
Configure timeout length for client and server:
Client-side configuration:
In your Job, change the timeout length for the client-side configuration by adding the following parameter to your Hive connection:
hive.metastore.client.socket.timeout
This is measured in seconds, and should be set to a value longer than the duration of each individual Hive connection query. 60 minutes is a good starting point.