Hive thrift服务
Posted yaoyao66123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hive thrift服务相关的知识,希望对你有一定的参考价值。
18/07/23 03:12:22 [main]: ERROR beeline.ClassNameCompleter: Fail to parse the class name from the Jar file due to the exception:java.io.FileNotFoundException: minlog-1.2.jar (No such file or directory)
18/07/23 03:12:22 [main]: ERROR beeline.ClassNameCompleter: Fail to parse the class name from the Jar file due to the exception:java.io.FileNotFoundException: objenesis-1.2.jar (No such file or directory)
18/07/23 03:12:22 [main]: ERROR beeline.ClassNameCompleter: Fail to parse the class name from the Jar file due to the exception:java.io.FileNotFoundException: reflectasm-1.07-shaded.jar (No such file or directory)
首先在主机一启动
cd /usr/hdp/2.5.0.0-1245/hive
启动为后台:nohup bin/hiveserver2 1>/var/log/hiveserver.log 2>/var/log/hiveserver.err &
在主机二使用
cd /usr/hdp/2.5.0.0-1245/hive/bin
./beeline
进入命令行
!connect jdbc:hive2://localhost(主机一服务的ip):10000
输入主机一启动的用户名,一般没有密码
输入命令行hql把
0: jdbc:hive2://localhost:10000> show databases;
以上是关于Hive thrift服务的主要内容,如果未能解决你的问题,请参考以下文章
如何扩展Hive Metastore Thrift RPC服务接口