Hi Team, I am trying to connect to hiveServer via hive-jdbc. Can we configure client side timeout at each query executed inside each jdbc connection. (When I looked at HiveStatement.setQueryTimeout method it says operation unsupported). Is there any other way of timing out and cancelling the connection and throwing Exception, if it alive for over a period of 4 mins or so (configurable at client side).
PS : Queries that I am executing over jdbc are simple ddl statements. (hive external table create statements and drop table statements). Regards, Satya Harish.
