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. >> > >
