- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Any alternate for org.apache.hive:hive-jdbc maven to connect Hive/Thrift from Nifi using custom processor?
- Labels:
-
Apache Hive
-
Apache NiFi
Created on
‎03-26-2024
04:23 AM
- last edited on
‎03-26-2024
07:37 AM
by
cjervis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Exeprts,
I am using hive-jdbc jar in my application to connect Hive and Delta (via Thrift server) from Nifi flow using a custom processor -
https://mvnrepository.com/artifact/org.apache.hive/hive-jdbc
Now the problem is this has not released any major version in recent times and all the available older versions have velnurables in it.
(Even I have tried '4.0.0-beta-1' , I don't see any velnurables with this, but looks like they have removed some internal dependencies, so it did not work for me)
So to get rid of velnurbles I am checking to see if there is any alternate option for me to use.
Thanks
Mahendra
Created ‎03-28-2024 09:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@hegdemahendra You may try Cloudera Hive JDBC Driver. The driver class name would be "com.cloudera.hive.jdbc.HS2Driver".
Created ‎03-28-2024 09:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@hegdemahendra You may try Cloudera Hive JDBC Driver. The driver class name would be "com.cloudera.hive.jdbc.HS2Driver".
