Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-24 Thread Josh Elser
Please be aware that you're referencing code that hasn't been updated in 3 years. Take it with a grain of salt. On 9/19/19 6:42 PM, jesse wrote: Josh, in your sample project pom.xml file, the following build dependence is not needed: org.apache.phoenix phoenix-server-client

Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-24 Thread Josh Elser
Yes. Also, this is what I said originally: > the human-readable name "thin-client" to make it very clear to you that this is the jar the use. We try to be consistent everywhere with the phrase "thin client" to indicate what you use to interact with PQS. On 9/19/19 1:53 PM, jesse wrote: A)

Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-19 Thread jesse
Josh, in your sample project pom.xml file, the following build dependence is not needed: org.apache.phoenix phoenix-server-client 4.7.0-HBase-1.1-SNAPSHOT On Thu, Sep 19, 2019, 10:53 AM jesse wrote: > A) phoenix-4.14.2-HBase-1.4-thin-client.jar > > Just A) is good enough, Josh, you had a samp

Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-19 Thread jesse
A) phoenix-4.14.2-HBase-1.4-thin-client.jar Just A) is good enough, Josh, you had a sample program here: https://github.com/joshelser/phoenix-queryserver-jdbc-client And the phoenix-4.14.2-HBase-1.4-thin-client.jar already contains the org.apache.phoenix.queryserver.client.Driver On Thu, Se

Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-19 Thread jesse
You confused me more, if I write a Java program with http endpoint to PQS for Phoenix read/write functions, should I depend on A) phoenix-4.14.2-HBase-1.4-thin-client.jar B) phoenix-queryserver-client-4.14.2-HBase-1.4.jar C) both On Thu, Sep 19, 2019, 4:12 AM Josh Elser wrote: > "phoenix-qu

Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-19 Thread Josh Elser
"phoenix-queryserver-client" is the name of the Maven module which holds the required code for the "JDBC thin client", aka PQS client, aka "queryserver client". Maven convention is that a jar with the name of the Maven module is created. However, the majority of the code for the thin client is

Re: What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-18 Thread jesse
It seems it is just the sqllinewrapper client, so confusing name... On Wed, Sep 18, 2019, 4:46 PM jesse wrote: > For query via PQS, we are using phoenix-4.14.2-HBase-1.4-thin-client.jar > > Then what is purpose and usage > of phoenix-queryserver-client-4.14.2-HBase-1.4.jar? > > Thanks >

What is the phoenix-queryserver-client-4.14.2-HBase-1.4.jar?

2019-09-18 Thread jesse
For query via PQS, we are using phoenix-4.14.2-HBase-1.4-thin-client.jar Then what is purpose and usage of phoenix-queryserver-client-4.14.2-HBase-1.4.jar? Thanks