Created 02-23-2017 07:59 PM
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
Created 02-23-2017 08:33 PM
The "fat" Phoenix client jar is not presently published via Maven.
Created 02-23-2017 08:06 PM
Here is the link to JDBC driver for phoenix.
https://mvnrepository.com/artifact/org.apache.phoenix/phoenix-server-client/4.7.0-HBase-1.1
Created 02-23-2017 08:36 PM
Btw, this is the Phoenix "thin" JDBC driver's jar, not the "thick" JDBC driver's jar.
Created 02-24-2017 10:01 AM
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?
Created 02-23-2017 08:33 PM
The "fat" Phoenix client jar is not presently published via Maven.
Created 08-24-2017 12:35 PM
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.
Any reference will be really helpful.