I want to integrate spring with hive when I try to add the jar files in my project I came across Apache hive-JDBC jar and Cloudera hive-JDBC jar. What is the difference between both jars?
This is Apache hive-JDBC maven dependency:
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>3.1.2</version>
</dependency>
where can I find Cloudera hive-jdbc dependency?