Re: Exception from RowCounter

2015-07-26 Thread Anil Gupta
x27; when I can query > other ways and get data? > > From: Anil Gupta [anilgupt...@gmail.com] > Sent: Saturday, July 25, 2015 1:36 PM > To: user@phoenix.apache.org > Subject: Re: Exception from RowCounter > > Hey Zack, > > As per the row_counter job error, it seems

RE: Exception from RowCounter

2015-07-26 Thread Riesland, Zack
Subject: Re: Exception from RowCounter PHOENIX-1248 is marked as resolved. Are you using a version of Phoenix before this fix? On Sun, Jul 26, 2015 at 7:22 AM, Riesland, Zack mailto:zack.riesl...@sensus.com>> wrote: Thanks James, I am not able to use salt_buckets because I need to impor

Re: Exception from RowCounter

2015-07-26 Thread James Taylor
doesn't work if the table is > created with 'salt_buckets': > https://issues.apache.org/jira/browse/PHOENIX-1248 > > > -- > *From:* James Taylor [jamestay...@apache.org] > *Sent:* Saturday, July 25, 2015 1:23 PM > *To:* user >

RE: Exception from RowCounter

2015-07-26 Thread Riesland, Zack
Thanks Anil, Any idea why the 'select count(*)' query would return '0' when I can query other ways and get data? From: Anil Gupta [anilgupt...@gmail.com] Sent: Saturday, July 25, 2015 1:36 PM To: user@phoenix.apache.org Subject: Re: Excep

RE: Exception from RowCounter

2015-07-26 Thread Riesland, Zack
m: James Taylor [jamestay...@apache.org] Sent: Saturday, July 25, 2015 1:23 PM To: user Cc: Haisty, Geoffrey Subject: Re: Exception from RowCounter Hi Zack, If you find an issue, the best way for us is to come up with the smallest set of data the demonstrates the issue and a small script th

Re: Exception from RowCounter

2015-07-25 Thread Anil Gupta
Hey Zack, As per the row_counter job error, it seems like your row counter job does not have hbase-site.xml file in its classpath and due to that it's not connecting to correct cluster. Check which zookeeper cluster that job is connecting? Sent from my iPhone > On Jul 25, 2015, at 1:23 PM, J

Re: Exception from RowCounter

2015-07-25 Thread James Taylor
Hi Zack, If you find an issue, the best way for us is to come up with the smallest set of data the demonstrates the issue and a small script that consistently reproduces it. It's just not feasible for us to work from a billion row data set. RowCounter is not a Phoenix API, so you'll need to go to

Exception from RowCounter

2015-07-25 Thread Riesland, Zack
I decided to start from scratch with my table schema in attempt to get a better distribution across my regions/region servers. So, I created a table like this: CREATE TABLE fma.er_keyed_gz_hashed_indexed_meterkey_immutable ( hashed_key varchar not null, meter_key varchar , ... en