python通过thrift连接Hbase

来源:互联网 发布:js攻击脚本代码 编辑:程序博客网 时间:2024/06/10 15:02

第一步:安装python
通过本机下载Python源码 下载地址
https://www.python.org/ftp/python/2.7.5/Python-2.7.5.tgz
将源码上传至19服务器,路径为:/usr/local/share/
运行解压缩:tar -xzf Python-2.7.5.tgz
进入解压文件夹:cd Python-2.7.5 依次运行 以下命令

./configure make make install

在打印日志中可以看到,Python的安装路径为:/usr/local/lib/python2.7

第二步:安装thrift
通过本机下载thrift源码 下载地址
https://mirrors.tuna.tsinghua.edu.cn/apache/thrift/0.9.3/thrift-0.9.3.tar.gz
将源码上传至19服务器,路径为:/usr/local/share/
运行解压缩:tar -xzf thrift-0.9.3.tar.gz
进入解压文件夹:cd thrift-0.9.3 依次运行 以下命令

./configure make make install

第三步:python添加thrift模块

cd /usr/local/share/thrift-0.9.3/lib/pypython setup.py install

运行成功后,可在python运行环境/usr/local/lib/python2.7/site-packages中找到thrift模块

第三步:生成接口文件
通过本机下载hbase源码 下载地址
https://mirrors.tuna.tsinghua.edu.cn/apache/hbase/0.98.20/hbase-0.98.20-src.tar.gz
将源码上传至19服务器,路径为:/usr/local/share/
运行解压缩:tar -xzf hbase-0.98.20-src.tar.gz
cd /usr/local/share/hbase-0.98.20/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift
thrift –gen py Hbase.thrift

第四步:python添加hbase模块
cp -r gen-py/hbase/ /usr/local/share/Python-2.7.5/Lib/site-packages
运行成功后,可在python运行环境/usr/local/lib/python2.7/site-packages中找到hbase模块

第四步:启动thrift服务
登录202服务器,启动hbase的thrift服务
hbase thrift -p 9090 start
运行成功

第五步:运行test
test.py

import syssys.path.append('/usr/local/lib/python2.7/site-packages/hbase')from thrift import Thriftfrom thrift.transport import TSocketfrom thrift.transport import TTransportfrom thrift.protocol import TBinaryProtocolfrom hbase import Hbasefrom hbase.ttypes import *transport = TSocket.TSocket('10.18.210.202', 9090)transport = TTransport.TBufferedTransport(transport)protocol = TBinaryProtocol.TBinaryProtocol(transport)client = Hbase.Client(protocol)transport.open()print(client.getTableNames())

运行成功后,可打印hbase中的表名

相关引用:
http://blog.sina.com.cn/s/blog_9f48885501018g03.html
http://shineforever.blog.51cto.com/1429204/1567640

0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 工商局注册后骚扰电话怎么办 单位工作失误医保断交7年怎么办 大门对大门怎么办?巧用天官赐福 委托书公司名称打错了怎么办 招行ubank不对账怎么办 信贷公司利息高不合理怎么办 衣服上的logo掉怎么办 ui设计师接不到私活怎么办 微信打开很慢怎么办 小泰迪感冒加身上结痂怎么办 法斗眼睛肿了怎么办 地图鱼身上有白点怎么办 人被广告牌砸了怎么办 小米手机出现繁体中文英文怎么办 雅思考试把姓名写错了怎么办 房贷的流水账假怎么办 报到证报道期限过期了怎么办 注销公司公章丢了怎么办 家里的猫太调皮怎么办 孩子纹身了我该怎么办 46天婴儿感冒了怎么办 狗病了不吃东西怎么办 幼儿急诊见风了怎么办 哺乳期乳房有硬块而且疼怎么办 哺乳期乳头破裂乳房似针扎怎么办 回奶胀痛的厉害怎么办 淡水龟的壳变软了怎么办 棕色的泰迪变白怎么办 大班教案泥石流来了怎么办 鸟类的嘴巴坏了怎么办 四川麦蚊子咬了怎么办 脸上被晒脱皮了怎么办 额头被晒脱皮了怎么办 脸黑一块白一块怎么办 小乌龟的壳软了怎么办 把田螺后面吃了怎么办 微生物生态菌群异常怎么办 怀孕初期感染了动物病毒怎么办? 金龙和银龙打架怎么办 海水缸盐度高了怎么办 洗空调洗坏了怎么办