我是 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上。谢谢