Support Questions

Find answers, ask questions, and share your expertise

Hive JDBC Driver maven dependency

avatar
New Contributor

Hi All,

 

For a POC I have been trying to connect to HIVE DB using Mulesoft(Integration Tool). I have exported the HIVE JDBC jar as well, but I don't have the maven dependency for HIVE JDBC41 jar, can someone help me with the artifactID, version and Group ID. 

 

I am adding dependency like this:

<dependency>
<groupId>Hive</groupId>
<artifactId>HiveJDBC41</artifactId>
<version>2.6.2.1002</version>
</dependency>

3 REPLIES 3

avatar
Expert Contributor

Hi @sarkarsm,

 

You have this jar available on this site: https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-2.html

Select Hive jdbc and dowload, inside you have the HiveJDBC41.jar

 

 

Regards,

Manu.

avatar
New Contributor

I just checked Maven repo, Cloudera repo and it's not present anywhere.

@Cloudera  Why don't you provide standard Maven dependency?! We don't want to manually add every each new version into git repo...

avatar
New Contributor

Hi @sarkarsm , can you please show me how you did the hive integration. I am relatively new so I am struggling with the configurations.