HUE 配置hive 时报错:
Thrift version configured by property thrift_version might be too high. Request failed with “Required field ‘client_protocol’ is unset! Struct:TOpenSessionReq(client_protocol:null, username:hue, configuration:{hive.server2.proxy.user=admin})” (code OPEN_SESSION): None
错误原因,thrift_version 过高:
修改hue.ini
设置
thrift_version=7

在配置HUE连接Hive时遇到错误:Thrift版本过高导致Open Session请求失败。解决方案是在hue.ini配置文件中将thrift_version设置为7,以适配较低的Thrift版本,从而解决'client_protocol'未设置的问题。
936

被折叠的 条评论
为什么被折叠?



