协议错误:没有协议版本头

2024-09-26 22:52:48 发布

您现在位置:Python中文网/ 问答频道 /正文

我有hortonworks集群,版本如下:

  • 糖化酶=1.1.2
  • happybase=1.1.0
  • hortonworks hadoop cluster=HDP-2.6.2.0

当我试着运行一个简单的例子时:

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

我有个例外:

^{pr2}$

Tags: import版本hadoopserveraddress集群connection例子

热门问题