Thanks Kamil. I was trying Phoenix 3.0 against Hbase 0.96. I don't think that combination works. Because of endpoint coprocessor implementation /apis changed a lot from 0.94 to 0.96. I tried Phoenix 4.0 on 0.98.0. But it thrown below exception. I will try to run on Hbase 0.98.1+ and update status. Thanks gain for the help.
-----Original Message----- From: alex kamil [mailto:[email protected]] Sent: Monday, May 12, 2014 6:36 AM To: [email protected] Subject: Re: phoenix setup issue Chandra, try copying the the phoenix-core jars into hbase/lib folder instead of loading from hbase-site.xml and notice the phoenix versions supported against hbase versions here: http://phoenix.incubator.apache.org/building.html i.e. "Phoenix 3.0 is running against hbase0.94+, Phoenix 4.0 is running against hbase0.98.1+ and Phoenix master branch is running against hbase trunk " Alex On Sun, May 11, 2014 at 8:54 PM, alex kamil <[email protected]> wrote: > looks similar to this > http://stackoverflow.com/questions/11649824/hbase-error-not-a-hostport > -pair > > possibly jar version mismatch between hbase client and server > > > > On Fri, May 9, 2014 at 2:49 AM, Bogala, Chandra Reddy < > [email protected]> wrote: > >> Hi, >> I am trying to setup Phoenix and test queries on Hbase. But >> getting below error. Any clue what might be the issue. I have added >> core jar to classpath in hbase region servers by using dynamic >> loading of jars setting in hbase-site.xml. Also added phoenix client jar at >> client side. >> Getting same error with sqlline aswell. >> >> ./performance.py testhost.gs.com 1000000 Phoenix Performance >> Evaluation Script 1.0 >> ----------------------------------------- >> >> Creating performance table... >> java.lang.IllegalArgumentException: Not a host:port pair: PBUF " >> testhost.gs.com??????( >> at >> org.apache.hadoop.hbase.util.Addressing.parseHostname(Addressing.java:60) >> at org.apache.hadoop.hbase.ServerName.<init>(ServerName.java:101) >> at >> org.apache.hadoop.hbase.ServerName.parseVersionedServerName(ServerName.java:283) >> at >> org.apache.hadoop.hbase.MasterAddressTracker.bytesToServerName(Master >> AddressTracker.java:77) >> >> Thanks, >> Chandra >> > >
