当前位置:   article > 正文

Hive使用beeline(KERBEROS)_beeline kerberos

beeline kerberos

使用beeline连接hive两种方式

1、启动hiveserver2

  1. #进入hive安装目录
  2. cd /usr/local/hive目录
  3. #启动hive2目录
  4. bin/hive --service hiveserver2

2、克隆会话启动beeline

  1. #进入hive安装目录
  2. cd /usr/local/hive目录
  3. #启动beeline
  4. bin/beeline

3、使用全局 beeline -u

beeline -u jdbc:hive2://localhost:10000/default -n root

4、beeline添加kerberos 

  1. 在连接中添加principal但是会提示不支持的机制类型
  2. beeline -u jdbc:hive2://172.17.109.152:10000/default;principal=hive/rdsp-nn-02.cars.com@CARS.COM
  3. 错误:Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000/default: Peer indicated failure: Unsupported mechanism type PLAIN (state=08S01,code=0)

 

 

其实只需要添加"" 

beeline -u "jdbc:hive2://172.17.109.152:10000/default;principal=hive/rdsp-nn-02.cars.com@CARS.COM"

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/531412
推荐阅读
相关标签
  

闽ICP备14008679号