Re: Joins dont work

2016-09-18 Thread Cheyenne Forbes
Thank you, I got the error because I copied the queryserver jar instead of the server jar :)

Re: Joins dont work

2016-09-18 Thread anil gupta
Maybe this might help you: https://issues.apache.org/jira/browse/PHOENIX-1531 It seems like a classpath problem in your setup. On Sat, Sep 17, 2016 at 2:14 PM, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > does anyone have an idea whats causing this? > -- Thanks & Regards,

Re: Joins dont work

2016-09-17 Thread Cheyenne Forbes
does anyone have an idea whats causing this?

Re: Joins dont work

2016-09-16 Thread Cheyenne Forbes
here (root-queryserver.log): > 2016-09-16 23:40:18,378 INFO > org.apache.hadoop.hbase.client.RpcRetryingCaller: > 2016-09-16 23:40:18,420 WARN > org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel: Call failed on > IOException > org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after

Re: Joins dont work

2016-09-15 Thread Josh Elser
How do you know that PQS isn't just processing your query? Are there errors in the query server log? Have you used a tool like jstack to obtain a thread dump from the query server to see what it is doing? Cheyenne Forbes wrote: yes James through the query server. Josh it doent show any

Re: Joins dont work

2016-09-15 Thread Cheyenne Forbes
Yes James through the query server. Josh it doent show any errors, it just hangs there for minutes Regards, Cheyenne Forbes > On Thu, Sep 15, 2016 at 4:42 PM, Josh Elser wrote: > >> The error you see would also be rather helpful. >> >> James Taylor wrote: >> >>> Hi

Re: Joins dont work

2016-09-15 Thread Cheyenne Forbes
yes James through the query server. Josh it doent show any errors, it just hang there for minutes Regards, Cheyenne Forbes Chief Executive Officer Avapno Omnitech Chief Operating Officer Avapno Solutions, Co. Chairman Avapno Assets, LLC Bethel Town P.O Westmoreland Jamaica Email:

Re: Joins dont work

2016-09-15 Thread Josh Elser
The error you see would also be rather helpful. James Taylor wrote: Hi Cheyenne, Are you referring to joins through the query server? Thanks, James On Thu, Sep 15, 2016 at 1:37 PM, Cheyenne Forbes > wrote: I was

Re: Joins dont work

2016-09-15 Thread James Taylor
Hi Cheyenne, Are you referring to joins through the query server? Thanks, James On Thu, Sep 15, 2016 at 1:37 PM, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > I was using phoenix 4.4 then I switched to 4.8 because I thought it was > related to version 4.4 (both on hbase 1.1.2),

Joins dont work

2016-09-15 Thread Cheyenne Forbes
I was using phoenix 4.4 then I switched to 4.8 because I thought it was related to version 4.4 (both on hbase 1.1.2), neither using json nor protobufs works. I tried (also using the outer key word): > left join right join inner join