【发布时间】:2015-11-27 23:12:37
【问题描述】:
我是 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上。谢谢
【问题讨论】: