sql

All things SQL and JDBC...
Laszlo Szolnoki 2021-01-28T21:50:53.043500Z

Could anyone please tell which dependency to add for a leiningen project in project.clj for using hiveserver2 with next-jdbc? I'd like to connect using similar params in the db-spec map:

{:dbtype "hive2" :classname "org.apache.hive.jdbc.HiveDriver" :dbname "whatever"}
I only found [hive/hive-jdbc "0.5.0"] which was Pushed by jashmenn on Apr 28, 2011 Currently I use ODBC (with Python) to make a connection. Service Discovery Mode: Zookeeper, authentication: Kerberos Thanks.

2021-01-28T22:29:10.044300Z

or "hive jdbc maven" in the search engine of your choice