I try to run Phoenix in localhost and can't resolve the error. I would like a 
lot to run SQL queries on HBase so hope someone will help me:

org.apache.hadoop.hbase.DoNotRetryIOException: 
org.apache.hadoop.hbase.DoNotRetryIOException: SYSTEM.CATALOG: 
org.apache.hadoop.hbase.regionserver.HRegion.mutateRowsWithLocks(Ljava/util/Collection;Ljava/util/Collection;)V
.....
Caused by: java.lang.NoSuchMethodError: 
org.apache.hadoop.hbase.regionserver.HRegion.mutateRowsWithLocks(Ljava/util/Collection;Ljava/util/Collection;)V

By running !list:
1 active connection:
 #0  closed   jdbc:phoenix:localhost

By running create table test (field bigint);
No current connection

I have copied in hbase/lib the jars phoenix-server, and I also try with the 
phoenix-core jar. (re-run HBase)

Environment:Environment:
Hadoop 2.6
hbase 0.98.10
Phoenix 4.3.0
on Mac OS10.10

Reply via email to