You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mark Kidwell (JIRA)" <ji...@apache.org> on 2016/08/11 05:08:20 UTC

[jira] [Created] (HIVE-14517) Hive JDBC driver login timeout used as socket timeout

Mark Kidwell created HIVE-14517:
-----------------------------------

             Summary: Hive JDBC driver login timeout used as socket timeout
                 Key: HIVE-14517
                 URL: https://issues.apache.org/jira/browse/HIVE-14517
             Project: Hive
          Issue Type: Bug
            Reporter: Mark Kidwell


HIVE-5351 added client timeout support by setting the transport socket read timeout to the JDBC DriverManager login timeout. While useful as a global network IO timeout, it isn't the expected behavior for this timeout setting. It also makes it impossible to require logins to complete quickly, for example, but allow queries to run for longer periods.

Ideally multiple timeouts (connect, login and socket read) would be supported as in other JDBC drivers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)