重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

安装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
本文路径:http://cqcxhl.cn/article/ppjsec.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP