Re: Error when launching SQLline after upgrading to Phoenix 3.0: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy

2014-08-18 Thread Russell Jurney
I added hbase-server.jar and it fixed that error. Now I get: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.Delete.addDeleteMarker(Lorg/apache/hadoop/hbase/KeyValue;)Lorg/apache/hadoop/hbase/client/Delete; at

Problem with UPSERT SELECT with CHAR field

2014-08-18 Thread Josh Mahonin
Hi all, I'm having problems creating a join table when one of the fields involved is a CHAR. I have a reproducible test case below: -- Create source table CREATE TABLE IF NOT EXISTS SOURCE_TABLE( TID CHAR(3) NOT NULL, A UNSIGNED_INT NOT NULL, B UNSIGNED_INT NOT NULL CONSTRAINT pk PRIMARY