Tag: #hikari

  • Impala Database Connection using Hikari Pool in Springboot

    Need to add ImpalaJDBC41.jar in your project, then you have to add the configuration file as below Impala JDBC Jar can be downloaded from Link-https://cloudera.com/downloads/connectors/impala/jdbc/2-6-4.html Documentation available at- https://docs.cloudera.com/documentation/enterprise/5-9-x/topics/impala_jdbc.html Full Class with code details can be found here in GitHub link-https://github.com/devrishal/Temp/blob/master/ImpalaDataSourceConfig.java