You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Nemon Lou (JIRA)" <ji...@apache.org> on 2015/11/09 14:02:11 UTC

[jira] [Created] (HIVE-12371) Adding a timeout connection parameter for JDBC

Nemon Lou created HIVE-12371:
--------------------------------

             Summary: Adding a timeout connection parameter for JDBC
                 Key: HIVE-12371
                 URL: https://issues.apache.org/jira/browse/HIVE-12371
             Project: Hive
          Issue Type: Improvement
          Components: JDBC
            Reporter: Nemon Lou
            Assignee: Vaibhav Gumashta


There are some timeout settings from server side:
HIVE-4766
HIVE-6679
Adding a timeout connection parameter for JDBC is useful in some scenario:
1,beeline (which can not set timeout manually)
2,customize timeout for different connections (among hive or RDBs,which can not be done via DriverManager.setLoginTimeout())
Just like postgresql,
{noformat}
jdbc:postgresql://localhost/test?user=fred&password=secret&ssl=true&connectTimeout=0
{noformat}
or mysql
{noformat}
jdbc:mysql://xxx.xx.xxx.xxx:3306/database?connectTimeout=60000&socketTimeout=60000
{noformat}



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