Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Spark Streaming Error: java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/client/Put
Labels:
- Labels:
-
Apache HBase
-
Apache Kafka
-
Apache Spark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Getting below error when trying to run a spark streaming job to read from Kafka to HBase.Not getting any error when I am creating a jar file but getting error when I am running spark submit command.
Any help is much appreciated.
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/client/Put
1 REPLY 1
Cloudera Employee
Created 07-10-2020 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The Error means some Jar files is missing. Please make sure that the related hbase jars are added and try it again.
Thanks
Arun