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)