【发布时间】:2016-09-23 13:22:33
【问题描述】:
我正在尝试将 Squirrel SQL 连接到 Apache Phoenix 数据库,但却收到以下错误:
Could not find class org.apache.phoenix.jdbc.PhoenixDriver in neither
the Java class path nor the Extra class path of the ARAF_Phoenix driver definition:
java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver
我已经将 Phoenix-client.jar 文件添加到了 squirrel 应用程序的 lib 文件夹中。不确定,但如果我错过了任何需要完成的设置,请提供帮助。
附上截图。 注意:我已经从驱动连接向导中删除了 IP。
【问题讨论】:
标签: jdbc phoenix squirrel-sql