启动hive出错Exception in thread "main" java.lang.IncompatibleClassChangeError: Found class jline.Termina

启动hive出错: 启动hive出错:

 Exception in thread "main" java.lang.IncompatibleClassChangeError: Found class jline.Terminal, but interface was expected 

解决方案: cp /usr/apps/hive/hive‐1.2.1/lib/jline‐2.12.jar $HADOOP_HOME/share/hadoop/yarn/lib/

如果hive遇到错误
记得去查看日志

1.HIVE默认log文件保存的地方
/tmp/文件夹的hive.log文件中,全路径就是/tmp/当前用户名/hive.log。

我的就在cat /tmp/root/hive.log
在这里插入图片描述
可以参考别人的博客查看日志信息
https://www.cnblogs.com/kouryoushine/p/7805657.html

你可能感兴趣的:(Hive)