python 连接 hive 遇到的问题

1.sasl 安装问题

下载…

2 Ubantu安装sasl问题

3 python2.7.6 安装impyla 问题

使用python 连接hive 可行性版本 :

①: thrift = 0.11.0 ,pyhive = 0.3.0

pyhive 没有问题
impala 连接报错 'TypeError: expecting list of size 2 for struct args

②: thrift = 0.9.3 ,pyhive = 0.3.0

Hive: 连接报错 ImportError: cannot import name TFrozenDict
Impala: 连接没有问题

③: thrift = 0.9.3 ,pyhive = 0.2.1

hive: 连接没有问题
impala: 连接没有问题

引用出处 : https://github.com/getredash/redash/issues/2986

impala.error.HiveServer2Error: Failed after retrying 3 times

用户问题?

你可能感兴趣的:(Python,安装,python,连接hive)