Hive thrift服务

匿名 (未验证) 提交于 2019-12-03 00:43:02

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 &

在主机二使用

进入命令行

!connect jdbc:hive2://localhost(主机一服务的ip):10000

输入主机一启动的用户名,一般没有密码

输入命令行hql把

0: jdbc:hive2://localhost:10000> show databases;

原文:https://www.cnblogs.com/yaoyao66123/p/9356168.html

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!