Hi, I am using Hive JDBC driver to query against my HDFS data store. It's been said in Hive itself uses DBCP for connection pooling to metastore, I assume that's embeded in the thrift server. But if I use the hive jdbc driver directly connect to metastore, does it mean I don't have that pooling anymore and I need to handle the connection pooling by myself? Please help me out, Thanks.
-- All the best, Shengjie Min