码迷,mamicode.com
首页 > 其他好文 > 详细

Hive thrift服务

时间:2018-07-23 18:41:25      阅读:390      评论:0      收藏:0      [点我收藏+]

标签:hdp   sha   var   director   parse   show   bsp   ctas   classname   

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服务

标签:hdp   sha   var   director   parse   show   bsp   ctas   classname   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!