Skip to content

krisjey/squirrel-phoenix-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix thick driver for squirrel client

This driver is used for Squirrel Sql client for Thick driver.

According to Phoenix installation guide, it can use thick JDBC driver (org.apache.phoenix.jdbc.PhoenixDriver). https://phoenix.apache.org/installation.html#SQL_Client

But, It's not working for me.

So I made this project for those who suffer from driver installation.

The difference with the documentation is in the jar files and driver URL.

Create phoenix thick driver jar package for SQuirreL SQL Client.

The driver version is depends on version of Phoenix query server and Hbase version.

So, If you want to use it before, check your HBase version and then change dependencies in build.gradle file.

After that add jars to "Extra Class Path" and then use below zookeeper URL.

jdbc:phoenix:youserver1,youserver2,youserver3:2181:/hbase-unsecure

Test versions.

Client

SQuirreL SQL Client snapshot-20181011_2215

Server

Apache Ambari 2.7.3.0
Ambari repo http://public-repo-1.hortonworks.com/HDP/centos7/3.x/updates/3.1.0.0
HDP 3.1
HBase 2.0.2
phoenix-5.0.0.3.1.0.0-78

About

Create phoenix driver for SQuirreL SQL Client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages