标签: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;
标签:hdp sha var director parse show bsp ctas classname
原文地址:https://www.cnblogs.com/yaoyao66123/p/9356168.html