python HappyBase连接hbase No protocol version header error

python使用happybase连接hbase出错,代码如下:

import happybase

c = happybase.Connection('127.0.0.1',9090, autoconnect=False)
c.open()
print(c.tables())

因为hbase thrift服务未启动

hbase thrift start后即可正常使用

    原文作者:vcancy
    原文地址: https://www.jianshu.com/p/a4272bca9269
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞