1.beelinve客户端使用ipv6格式地址连接hiveserver2服务,beeline客户端解析不出来ipv6地址,报错是不明的协议类型。这个错误经过测试是beeline客户端部分代码在进行打开ipv6地址时,识别不出是ipv6地址,与hiveserver2服务端无关,因为jdbc方式使用dbeaver是可以连接。
2.hadoop版本是3.0 hive版本是3.1.2
3.目前排除环境问题,怀疑是beeline客户端本身并不支持ipv6地址
4.beeline连接url内容为: beeline -u jdbc.hiver2://[ipv6_addr]:port/default -r root -p root
报错截图:
