Hi Thibaut, You will need to upgrade to HBase 0.98.10.1 to resolve this issue. Or, you can recompile Phoenix from source with -Dhbase.version=0.98.10 (or 0.98.10.1)
On Wed, Mar 4, 2015 at 8:50 AM, Thibaut de Broca <[email protected]> wrote: > 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 -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
