spark中出现org.apache.htrace找不到的错误
Posted zhouyanjun_
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spark中出现org.apache.htrace找不到的错误相关的知识,希望对你有一定的参考价值。
如题:
开发的spark连接Hbase的时候,往往会出现找不到org.apache.htrace包。
我不知道具体什么原因,公司的解决方法:
<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core</artifactId>
<version>3.2.0-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.htrace</groupId>
<artifactId>htrace-core4</artifactId>
<version>4.2.0-incubating</version>
</dependency>
以上是关于spark中出现org.apache.htrace找不到的错误的主要内容,如果未能解决你的问题,请参考以下文章
hive 集成 hbase NoClassDefFoundError: org/apache/htrace/Trace
在 Spark SQL 中读取 40 万行时出现内存不足错误 [重复]
提交火花期间 pyspark 出现 Windows Spark_Home 错误
Spark的WordCount操作过程中出现Exception in thread “main“ java.lang.ArrayIndexOutOfBoundsException: 10582问题