Zack,
Can you try increasing the value of hbase.regionserver.lease.period ?
Also set the following to a high value
phoenix.query.timeoutMs
phoenix.query.keepAliveMs
On Wed, Jul 22, 2015 at 5:38 AM, Riesland, Zack
wrote:
> I have a table like this:
>
>
>
> CREATE TABLE fma. er_keyed_gz_meterkey_
I have a table like this:
CREATE TABLE fma. er_keyed_gz_meterkey_split_custid (
meter_key varchar not null,
...
sample_point integer not null,
...
endpoint_id integer,
...
CONSTRAINT pk_rma_er_keyed_filtered PRIMARY KEY (meter_key, sample_point)
)
COMPRESSION='G