jar在集群上运行时报错:classnotfindexception

Posted zyanrong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jar在集群上运行时报错:classnotfindexception相关的知识,希望对你有一定的参考价值。

解决1(常用,不同环境都能用):

打包时所用的所有jar整体打包,

执行时使用:

java -cp (详见:)

解决2

将所有的包以及第三包保证都在classpath下,可以参考如下命令

export HADOOP_CLASSPATH=$HADOOP_CLASSPATH:/opt/cloudera/parcels/CDH/jars/*

以上是关于jar在集群上运行时报错:classnotfindexception的主要内容,如果未能解决你的问题,请参考以下文章

用Maven管理jar包后启动Tomcat时报错

thymeleaf在开发环境正常,但用jar运行时报错 Error resolving template template might not exist or might not be access

springboot项目中调用jar包中的类时报错 — 没有注入类

springboot项目中调用jar包中的类时报错 — 没有注入类

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

使用 Gradle 编译 Java 项目时报错: Could not find Tools.jar