Hive connection pooling mechanism

1k Views Asked by At

I am using hive 2.1.0 version. I have a jdbc connection from java side to connect to hive server2. But now i need to create a jdbc connection once and create a datasource pool so that the multiple queries do not create a new connection everytime and use the pooling mechanism instead. Is there any way to implement the pooling mechanism in hive?

Thanks in advance...

0

There are 0 best solutions below