Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Any alternate for org.apache.hive:hive-jdbc maven to connect Hive/Thrift from Nifi using custom processor?

avatar
Master Collaborator

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

1 ACCEPTED SOLUTION

avatar
Master Collaborator

@hegdemahendra You may try Cloudera Hive JDBC Driver. The driver class name would be "com.cloudera.hive.jdbc.HS2Driver".

View solution in original post

1 REPLY 1

avatar
Master Collaborator

@hegdemahendra You may try Cloudera Hive JDBC Driver. The driver class name would be "com.cloudera.hive.jdbc.HS2Driver".