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

RE: FW: Phoenix Query Server not returning any results

2016-09-12 Thread Puneeth Prasad
he storage/data access layer. However, it depends on your > use-case :) > > Cheers, > Francis > > On 12/09/2016 9:02 PM, Puneeth Prasad wrote: >> >> Hello, >> >> Wehave just started using Apache Phoenix on HBase. We have a setup >> where Phoenix is wo

PrepareAndExecute statement return only 100 rows

2016-10-13 Thread Puneeth Prasad
Hi, PrepareAndExecute statement has a default limit of returning 100 rows. To avoid that, we use maxRowCount = -1, but it still gives only 100 rows. I've copied the PHP code below, the highlighted part is the necessary change to fetch all the rows possible. Can you please suggest where