Re: JOIN issue, getting errors

2015-09-09 Thread Aaron Bossert
I'm not sure if that was the problem, but last night, I decided to retrace my steps from installation onwards...it turns out that I failed to delete the old Phoenix server jar files from my 48 region servers. Once I placed a fresh copy of the jar file in there and deleted the old one, the

Re: JOIN issue, getting errors

2015-09-09 Thread Josh Mahonin
This looks suspiciously like https://issues.apache.org/jira/browse/PHOENIX-2169 Are you able to perform the same queries when the tables aren't salted? Also, what versions of HBase / Phoenix are you using? On Tue, Sep 8, 2015 at 12:33 PM, M. Aaron Bossert wrote: > All, > >

Re: How to add lots of dummy data to a table efficiently

2015-09-09 Thread Cody Marcel
Have you looked at the pherf module in Phoenix? You can predefined rules and have it generate data based on that. Sent from my iPhone > On Sep 9, 2015, at 3:55 AM, James Heather wrote: > > I've been trying to create a table and then bung lots of random data into it,

Re: Phoenix 4.4+ on CDH

2015-09-09 Thread ALEX K
these changes worked for me on cdh5.4.4 and phoenix 4.5.1-hbase-1.0 : http://stackoverflow.com/a/31934434/165130 On Sat, Aug 22, 2015 at 10:17 AM, Ns G wrote: > Hi Lukas, > > I have shared the changes I made in one of the previous email. Did u try > them? > > Thanks, >

Re: Phoenix 4.4+ on CDH

2015-09-09 Thread Justin Workman
Same here with CDH5.4.5 Sent from my iPhone > On Sep 9, 2015, at 8:28 PM, ALEX K wrote: > > these changes worked for me on cdh5.4.4 and phoenix 4.5.1-hbase-1.0 : > http://stackoverflow.com/a/31934434/165130 > > >> On Sat, Aug 22, 2015 at 10:17 AM, Ns G