Re: Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-06 Thread Josh Elser
I'm confused as to how those two points are related. Are you saying that without setting the default serialization, you got an error about being unable to load a commons-http SSL class? On Mar 5, 2017 17:18, "Cheyenne Forbes" wrote: turns out that the only way

Re: Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-06 Thread mferlay
Maybe it will not solve your issue but you can use the last image of smizy/docker-apache-phoenix with docker. it's an phoenix4.9 - hbase1.2 with an integrated sql provider -- View this message in context:

Re: Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-05 Thread Cheyenne Forbes
turns out that the only way to connect to phoenix from the latest version of Squirrel is with "jdbc:phoenix:thin:url=http://172.17.0.2:8765;serialization=PROTOBUF; instead of just "jdbc:phoenix:thin:url=http://172.17.0.2:8765;; If I'm using the default phoenix 4.9.0 settings

Re: Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-04 Thread Cheyenne Forbes
I do see org/apache/phoenix/shaded/org/apache/http/conn/ssl/SSLConnectionSocketFactory.class anything else?

Re: Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-03 Thread Josh Elser
You're using the wrong jar, Cheyenne. The client.jar is for the "thick" JDBC driver. The thin-client.jar is for the "thin" JDBC driver. Cheyenne Forbes wrote: I've used Squirrel SQL Client before but now I'm trying Squirrel' snapshot-20170214_2214 with phoenix-4.9.0-HBase-1.2-client.jar it

Re: Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-02 Thread Cheyenne Forbes
Can anyone try to see if they get the same error?

Squirrel SQL Client doesnt work with phoenix-4.9.0-HBase-1.2

2017-03-01 Thread Cheyenne Forbes
I've used Squirrel SQL Client before but now I'm trying Squirrel' snapshot-20170214_2214 with phoenix-4.9.0-HBase-1.2-client.jar it wont work. URL field: jdbc:phoenix:thin:url=http://172.17.0.2:8765 Class name: org.apache.phoenix.queryserver.client.Driver Error: