发布时间:2019-09-24 08:20:59编辑:auto阅读(2059)
这里我们通过Jpype和JayDeBeApi 来连接
这里我列出实例代码:
import jpype
import jaydebeapi
import os
phoenix_client_jar="/data/users/huser/phoenix/phoenix-4.3.0-client.jar"
args=='-Djava.class.path=%s'% phoenix_client_jar
jvm_path=jpype.getDefaultJVMPath()
jpype.startJVM(jvm_path,args)
conn=jaydebeapi.connect('org.apache.phoenix.jdbc.PhoenixDriver',['jdbc:phoenix:bj-g2hdp1,bj-g2hdp2,bj-g2hdp3:2181','',''],phoenix_clinent_jar)
curs=conn.cursor()
sql="select * from test"
count=curs.execute(sql)
results=curs.fetchall()
for r in results:
print r
上一篇: python测试dubbo接口
下一篇: python 操作crontab 实现
47776
46290
37179
34669
29262
25920
24808
19896
19455
17951
5747°
6351°
5865°
5916°
7017°
5852°
5878°
6384°
6343°
7712°