Created 01-28-2016 12:48 AM
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
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
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
I see no sign of Kafka on Zeppelin, but apparently TwitterUtils is available to use!
Created 02-02-2016 02:27 AM
@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
@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
@Mahan Hosseinzadeh Did you resolve the issue???
,@Mahan Hosseinzadah Did you resolve the issue??
Created 09-16-2016 06:01 PM
@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.