Re: How to set idle Hive jdbc connection out from java code using hive jdbc

2016-03-07 Thread Takahiko Saito
I don't think *hive.server2.idle.session.timeout can be set via client. It might need to be set on server side.* *So before you run your query, you might need to restart HS2 with that property set, but I'm not sure that's what you are looking for.* On Sun, Nov 29, 2015 at 11:50 PM, reena upadhyay

How to set idle Hive jdbc connection out from java code using hive jdbc

2015-12-01 Thread reena upadhyay
I am using hive jdbc 1.0 in my java application to create connection with hive server and execute query. I want to set the idle hive connection timeout from java code. Like say, user first creates the hive connection, and if the hive connection remains idle for next 10 minutes, then this connection

How to set idle Hive jdbc connection out from java code using hive jdbc

2015-11-29 Thread reena upadhyay
I am using hive jdbc 1.0 in my java application to create connection with hive server and execute query. I want to set the idle hive connection timeout from java code. Like say, user first creates the hive connection, and if the hive connection remains idle for next 10 minutes, then this connection