beeline hiveserver2 start
Posted Jesse_Li
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了beeline hiveserver2 start相关的知识,希望对你有一定的参考价值。
1. install hive
2. start hiveserver2
查看hiverserver2 是否正常运行: ps -ef | grep hive
2. start beeline
3. 链接hive
!connect jdbc:hive2://localhost:10000 hadoop hadoop org.apache.hive.jdbc.HiveDriver
这个步骤容易发生错误
Error: Failed to open new session: java.lang.RuntimeException: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: root is not allowed to impersonate anonymous (state=,code=0)
Beeline version 2.1.0 by Apache Hive
原因是因为hadoop 1.0 以后引入安全机制。下面董西城老师的博客详细讲解。
http://dongxicheng.org/mapreduce-nextgen/hadoop-secure-impersonation/
以上是关于beeline hiveserver2 start的主要内容,如果未能解决你的问题,请参考以下文章
java使用JDBC连接hive(使用beeline与hiveserver2)
[Hive] - Beeline 偶发 Unable to read HiveServer2 uri from ZooKeeper 问题
beeline连接hiveserver2报错:User: root is not allowed to impersonate root