ProtocolError:没有协议版本标头

时间:2018-02-06 10:39:08

标签: python hadoop hbase thrift happybase

我的hortonworks群集版本如下:

  • hbase = 1.1.2
  • happybase = 1.1.0
  • hortonworks hadoop cluster = HDP-2.6.2.0

当我尝试运行简单示例时:

<QuerySet [<Person: 1>, <Person: 3>]>

我遇到了这个例外:

import happybase
server = "server-address"
connection = happybase.Connection(server)
print connection.tables()

1 个答案:

答案 0 :(得分:-1)

尝试更改 port=2181 并检查 hbase-site.xml