安装ApacheThrift网关到CentOS2

1、生成 python用的thrift模块

民权网站建设公司创新互联建站,民权网站设计制作,有大型网站制作公司丰富经验。已为民权成百上千提供企业网站建设服务。企业网站搭建\成都外贸网站建设要多少钱,请找那个售后服务好的民权做网站的公司定做!

thrift --gen py /src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

(该路径是从hbase的源代码文件中来的)

这样会在当前路径生成一个gen-py路径

2、安装

cd gen-py/hbase

python *.py build

python *.py install

cd ..

cp-rhbase/usr/lib/python2.6/site-packages/

3、测试

python

from thrift import Thrift

from thrift.transport import TSocket

from thrift.transport import TTransport

from thrift.protocol import TBinaryProtocol

from hbase import Hbase

from hbase.ttypes import *

transport = TSocket.TSocket('192.168.137.101',9090)

transport = TTransport.TBufferedTransport(transport)

protocol = TBinaryProtocol.TBinaryProtocol(transport)

client = Hbase.Client(protocol)

transport.open()

scan = TScan()

tableName = 'ttable'

id = client.scannerOpenWithScan(tableName, scan, None)

result1 = client.scannerGetList(id, 10)

print result1

4、不要忘记启动thrift守护进程

./bin/hbase-daemon.sh start thrift

文章题目:安装ApacheThrift网关到CentOS2
转载注明:https://www.cdcxhl.com/article42/ppjsec.html

成都网站建设公司_创新互联,为您提供搜索引擎优化定制开发服务器托管网站维护云服务器手机网站建设

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

商城网站建设