解决habbybase 操作hbase报错TTransportException(type=4,message=’TSocket read 0 bytes)

1.确认集群的协议是否一致,在连接的时候,改成一致的.例如集群配置的是TFramedTransport,TCompactProtocol 时

改成

connection = happybase.Connection('localhost', port=9090,transport='framed',protocol='compact')

2.将happyhbase 依赖的thriftpy2 升级到最新就可以了.

本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:解决habbybase 操作hbase报错TTransportException(type=4,message=’TSocket read 0 bytes) - Python技术站

(0)
上一篇 2023年3月31日
下一篇 2023年3月31日
合作推广
合作推广
分享本页
返回顶部