Thanks!
On Monday, August 18, 2014, Nick Dimiduk wrote:
> Hi Russell,
>
> CDH 5.1 is HBase 0.98. You'll need Phoenix 4.x -- the 3.x line is for
> HBase 0.94 series.
>
> -n
>
>
> On Mon, Aug 18, 2014 at 11:55 AM, Russell Jurney > wrote:
>
>> I added hbase-server.jar and it fixed that error. Now
Hi Russell,
CDH 5.1 is HBase 0.98. You'll need Phoenix 4.x -- the 3.x line is for HBase
0.94 series.
-n
On Mon, Aug 18, 2014 at 11:55 AM, Russell Jurney
wrote:
> I added hbase-server.jar and it fixed that error. Now I get:
>
> java.lang.NoSuchMethodError:
> org.apache.hadoop.hbase.client.Dele
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
org.apache.phoenix.hbase.index.util.KeyValueBuilder.deleteQuietly(KeyValueB
I run SQLLine, configured to work with CDH 5.1, via the following command:
java -cp
> lib/*:target/uber-phoenix-debug-1.0-SNAPSHOT.jar:target/phoenix-debug-1.0-SNAPSHOT.jar
> com.hivedata.phoenix.PhoenixSqlline -u jdbc:phoenix:cluster1-srv2 -n none
> -p none --color=true --fastConnect=true --silen