Re: java.lang.IllegalStateException: Number of bytes to resize to must be greater than zero, but instead is -1984010164

2016-09-01 Thread Dong-iL, Kim
Thank you. I’ll dig with it. > On Aug 31, 2016, at 6:21 PM, Ankit Singhal wrote: > > can you confirm what values are set for > phoenix.groupby.estimatedDistinctValues(Integer) and > phoenix.groupby.maxCacheSize(long)? > > On Wed, Aug 31, 2016 at 12:24 PM, Dong-iL, Kim

Re: error after upgrade to 4.8-hbase-1.1

2016-09-01 Thread Ankit Singhal
probably , you are hitting the following bug(I just reported today). https://issues.apache.org/jira/browse/PHOENIX-3237 Because of above bug, data table is trying to get the index maintainers of disabled index of another table. You can check it with below query:- select TABLE_NAME,DATA_TABLE_NAME,

Re: Phoenix has slow response times compared to HBase

2016-09-01 Thread Narros, Eduardo (ELS-LON)
Hi Mujtaba, See the answers inline below: * How are you running Phoenix queries? We are using apache-jmeter and the jdbc sampler. * Were the concurrent Phoenix queries using the same JVM? Yes. * Was the JVM restarted after changing number of concurrent users? Yes. * Is the response time plotted

Re: Extracting column values from Phoenix composite primary key

2016-09-01 Thread Anil
Thanks James. I am able to extract columns using row schema. On 31 August 2016 at 02:50, James Taylor wrote: > Anil, > Phoenix's API is JDBC, so just be aware that you're embarking on usage of > unsupported and mostly undocumented APIs. Not to say they will change, but > they can and might. I