- 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 Kafka dependency issue on Zeppelin
Created ‎01-28-2016 12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone has any idea why I get the following error when I execute KafkaUtils.createStream on Zeppelin? However it works fine on spark-shell yarn-client
error: bad symbolic reference. A signature in KafkaUtils.class refers to term kafka in package <root> which is not available. It may be completely missing from the current classpath, or the version on the classpath might be incompatible with the version used when compiling KafkaUtils.class. error: bad symbolic reference. A signature in KafkaUtils.class refers to term serializer in value kafka which is not available. It may be completely missing from the current classpath, or the version on the classpath might be incompatible with the version used when compiling KafkaUtils.class.
Created ‎01-31-2016 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Zeppelin works with spark streaming but I don't think Kafka is supported yet. I see no reference of kafka in git code ..link
Created ‎01-31-2016 12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Zeppelin works with spark streaming but I don't think Kafka is supported yet. I see no reference of kafka in git code ..link
Created ‎02-02-2016 06:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see no sign of Kafka on Zeppelin, but apparently TwitterUtils is available to use!
Created ‎02-02-2016 02:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mahan Hosseinzadeh are you still having issues with this? Can you accept the best answer or provide your own solution?
Created ‎03-29-2016 04:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mahan Hosseinzadah Are you using 0.8.2.2 version of Kafka. I believe I was getting that error when I used another version.
Created ‎09-16-2016 05:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mahan Hosseinzadeh Did you resolve the issue???
,@Mahan Hosseinzadah Did you resolve the issue??
Created ‎09-16-2016 06:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Neeraj Sabharwal Is kafka is supported in Zeppelin on HDP.
I have used Kafka with zeppelin with standalone Spark installation.
But not working with HDP.
