Created on 05-28-2019 12:21 AM - edited 09-16-2022 07:24 AM
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>
Created 05-28-2019 03:40 AM
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.
Created on 11-09-2020 11:50 PM - edited 11-10-2020 12:50 AM
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...
Created 04-06-2022 11:30 AM
Hi @sarkarsm , can you please show me how you did the hive integration. I am relatively new so I am struggling with the configurations.