hiveserver2 和beeline_hadoop – beeline无法连接到hiveserver2

Hive从具有各种模式的客户端连接到直线.

1.嵌入式模式:

Server和Client都在同一台机器上运行.无需TCP连接.

If hive.server2.authentication is "NONE" in HIVE_HOME/conf/hive-site.xml then connect beeline with below url

Connection URL:

!connect jdbc:hive2://

2.远程模式:

它支持多个客户端在以下身份验证方案的帮助下执行查询.

认证方案:

i.)SASL Authentication:

If value of "hive.server2.authentication" property in HIVE_HOME/conf/hive-site.xml to be set as "SASL" then connect hive beeline with below url

Beeline URL:

!connect jdbc:hive2://:/

ii.)NOSASL Authentication:

If "hive.server2.authentication" is nosasl then connect the beeline like below.

Beeline URL:

!connect jdbc:hive2://:/;auth=noSasl

希望这对你有所帮助

参考文献:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值