gpt4 book ai didi

python - happybase连接hbase获取表信息失败

转载 作者:太空宇宙 更新时间:2023-11-03 17:27:34 58 4
gpt4 key购买 nike

我是 hbase 新手,想要使用 happybase,请按照此处的教程进行操作:https://happybase.readthedocs.org/en/latest/user.html#establishing-a-connection代码如下:

connection = happybase.Connection(host='10.0.0.11', port=16000);
connection.open()
table = connection.table('users')
list(table.scan())

但我总是遇到节俭的问题:

thrift.transport.TTransport.TTransportException: TSocket read 0 bytes

有谁知道这个问题怎么解决吗?我在Linux上。谢谢

最佳答案

启动 Thrift 守护进程

sudo /usr/lib/hbase/hbase-1.1.3/bin/hbase-daemon.sh start thrift

根据您的机器更改 hbase-daemon.sh2 路径

默认情况下,thrift 监听 9090 端口

连接到hbase

connection = happybase.Connection()

关于python - happybase连接hbase获取表信息失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32353245/

58 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com