RE: FW: Phoenix Query Server not returning any results

2016-09-12 Thread Puneeth Prasad
Hello Francis and Josh, Really appreciate the quick responses. We were able to resolve the issue. Regards, Puneeth -Original Message- From: Josh Elser [mailto:josh.el...@gmail.com] Sent: 12 September 2016 19:48 To: user@phoenix.apache.org Subject: Re: FW: Phoenix Query Server

Re: FW: Phoenix Query Server not returning any results

2016-09-12 Thread Josh Elser
Puneeth -- One extra thing to add to Francis' great explanation; the response message told you what you did wrong: "missingStatement":true This is telling you that the server does not have a statement with the ID 12345 as you provided. F21 wrote: Hey, You mentioned that you sent a

Re: FW: Phoenix Query Server not returning any results

2016-09-12 Thread F21
Hey, You mentioned that you sent a PrepareAndExecuteRequest. However, to do that, you would need to first: 1. Open a connection: https://calcite.apache.org/docs/avatica_json_reference.html#openconnectionrequest 2. Create a statement:

FW: Phoenix Query Server not returning any results

2016-09-12 Thread Puneeth Prasad
Hello, We have just started using Apache Phoenix on HBase. We have a setup where Phoenix is working (We are able to CRUD in tables cleanly). Now, we want an application running outside the network (say a system hosting a mobile app) to be able to query Phoenix table. For that, one of the