Hi Everyone, Does zeppelin support spark streaming with kafka? I am using zeppelin 0.6.1 with spark 2.0 and kafka 0.10.0.0.
I got error when import org.apache.spark.streaming.kafka.KafkaUtils
<console>:36: error: object kafka is not a member of package
org.apache.spark.streaming
import org.apache.spark.streaming.kafka.KafkaUtils
I already added the spark streaming kafka jar to the dependencies of spark
interpreter.
If it is supported, is there a tutorial/sample notebook?
Thanks
Herman.
