Hive启动时报错Missing Hive Execution Jar: /opt/module/hive/lib/hive-exec-*.jar

Posted 柳小葱

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hive启动时报错Missing Hive Execution Jar: /opt/module/hive/lib/hive-exec-*.jar相关的知识,希望对你有一定的参考价值。

启动hive时报错

Missing Hive Execution Jar: /opt/module/hive/lib/hive-exec-*.jar

看了一下应该是没找到文件夹下的hive-exec-*.jar包,我们自己找找看发现存在啊!

这时,你就需要检查自己的环境变量是否配置好!

多检查几遍,是不是目录有问题!然后一定要source一下,最后就成功了!

参考资料

链接:解决Hive报错.

以上是关于Hive启动时报错Missing Hive Execution Jar: /opt/module/hive/lib/hive-exec-*.jar的主要内容,如果未能解决你的问题,请参考以下文章

hive启动时报错${system:java.io.tmpdir

hive启动时报错: Relative path in absolute URI: ${system:java.io.t

启动Hive时报错(com.mysql.jdbc.Driver") was not found in the CLASSPATH)

hive创建表时报错

hive udaf 用maven打包运行create temporary function 时报错

HIVE-执行distribute by时报错的解决过程---之如何分析hive执行的错误并解决