Support Questions

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

How can be found Phoenix jdbc drivers on maven repository with group and artifact id or direct phoenix_jdbc_bla_bla.jar like ojdbc6.jar oracle jdbc driver ?

avatar
Contributor

How can be found Phoenix jdbc drivers on maven repository with group and artifact id or direct phoenix_jdbc_bla_bla.jar like ojdbc6.jar oracle jdbc driver ? Thanks in advance

1 ACCEPTED SOLUTION

avatar
Super Guru

The "fat" Phoenix client jar is not presently published via Maven.

https://issues.apache.org/jira/browse/PHOENIX-1567

View solution in original post

5 REPLIES 5

avatar
Super Guru

avatar
Super Guru

Btw, this is the Phoenix "thin" JDBC driver's jar, not the "thick" JDBC driver's jar.

avatar
Contributor

You are right about that. Maven artifact and group id does not work .phoenix/phoenix-server-client --> <dependency> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix-server-client</artifactId> <version>4.7.0-HBase-1.1</version> </dependency> . How can be found right phoenix jdbc driver and related jars to connect phoenix using java ? Is it possibble to connect phoenix in any java application?

avatar
Super Guru

The "fat" Phoenix client jar is not presently published via Maven.

https://issues.apache.org/jira/browse/PHOENIX-1567

avatar
New Contributor

Hello Josh,

I am trying to connect to apache phoenix v4.7.0.2.5.6.0-40 using JDBC in node.js.

According to the comment in the bellow question link asked by me, I will be needing thick phoenix client jar for this. Is there any way I can get this jar.

https://stackoverflow.com/questions/45837004/issue-in-connecting-apache-phoenix-with-node-js-using-n...

Any reference will be really helpful.