You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2015/05/15 22:26:00 UTC

[jira] [Created] (HIVE-10726) Hive JDBC setQueryTimeout should not throw exception to make it work with JMeter

Prasanth Jayachandran created HIVE-10726:
--------------------------------------------

             Summary: Hive JDBC setQueryTimeout should not throw exception to make it work with JMeter
                 Key: HIVE-10726
                 URL: https://issues.apache.org/jira/browse/HIVE-10726
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.3.0
            Reporter: Prasanth Jayachandran
            Assignee: Prasanth Jayachandran


Hive's JDBC driver does not support setQueryTimeout. Ideally, the driver should have a timeout mechanism beyond which any query execution should throw SQLTimeoutException. JMeter calls setQueryTimeout method before actually executing the SQL query. Hive's JDBC throws SQLException which prevents JMeter from executing any query.



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