I think the upcoming version 4.0 will support hbase 0.98, but not sure in what state it is
I run phoenix ver 3.0 with hbase 0.94 and hadoop 1 from binaries (also tried hbase 0.94 with hadoop 2 from cloudera cdh 4 and it seemed to work) On Sat, Mar 22, 2014 at 10:09 AM, Kleiton Silva <[email protected]>wrote: > Hi Alex, > > I found out what was happen, i use hbase version hbase-0.98.0 with Hadoop > 2, when a trying to connect via SQuirrel a receive the error below: > > java.lang.IllegalArgumentException: Not a host:port pair: PBUF > > > I've searched on google i found out this error occur because the version > of HBASE. > > My next question is: > > What i have to do to use Phoenix with HBASE 0.98 with Hadoop 2? > > Thanks a lots > > > On Thu, Mar 20, 2014 at 2:34 PM, alex kamil <[email protected]> wrote: > >> Kleiton, >> you don't need separate zookeeper if you run hbase in standalone mode, >> i saw this timeout error when hbase was down, make sure hbase is running, >> chk http://localhost:60010/ , and chk hbase logs for errs if not >> >> make sure phoenix-core jar is in hbase lib directory, >> and phoenix-client jar in squirrel lib directory, on my mac (osx10.7 and >> squirrel 3.5) it's >> /Applications/SQuirreLSQL.app/Contents/Resources/Java/lib/ >> >> Alex >> >> >> On Thu, Mar 20, 2014 at 3:07 PM, Kleiton Silva <[email protected] >> > wrote: >> >>> Hello guys, I'm trying to do the tutorial available >>> http://phoenix.incubator.apache.org/download.html # Installation, but I >>> can not succeed Connecting SQuirrel, I am getting timeout error, I need to >>> have a Zookeeper installed to use the jdbc url format: phoenix: localhost? >>> >>> I appreciate the help, and sorry if I did something stupid question. >>> >>> >>> I appreciate your help. >>> >>> Thank you. >>> >> >> >
