ufukomer / node-impala

Node Client for Impala using Apache Thrift
https://www.npmjs.com/package/node-impala
MIT License
31 stars 12 forks source link

Settings for Connection Pool #18

Open lindybrits opened 6 years ago

lindybrits commented 6 years ago

The Impala driver I need to connect to has a connection pool set up. I need to connect to this pool when using the node-impala client (I need to specify the pool to which I want to connect). How can I do this?

I will appreciate the help and feedback!