1Phoenix的安装
由于我使用的是服务器上的Phoenix服务,所以在这里就不介绍Phoenix的安装了,Phoenix的具体安装方法参考官方文档
2JDBC驱动的下载
下载地址(直接下载二进制版本即可): https://phoenix.apache.org/download.html
需要注意的是版本必须与自己使用的Phoenix版本一致。
如需下载旧版本的Phoenix可以去这里下载https://archive.apache.org/dist/phoenix/
下载内容为 phoenix-xxx-Hbase-2.0-client.jar
3DataGrip新建驱动
1
2
接下来点击第一个Custom
3
点击ok
4
Apply再OK
5
6
之前本人这样做结果引起了Inconsistent constant pool data in classfile for class,
所以还要给驱动加个配置
7
这样做就不会引起上面的BUG
8
最后的配置,不做会引起[43M10][726] ERROR 726的BUG
2021年10月14日21:28:16
广州


![DataGrip连接phoenix以及[43M10][726] ERROR 726,Inconsistent constant pool data in classfile for class的解决 DataGrip连接phoenix以及[43M10][726] ERROR 726,Inconsistent constant pool data in classfile for class的解决](http://www.mshxw.com/aiimages/31/327030.png)
