dot.hu
Results
2
comments of
dot.hu
I am facing with the same issues. Have you resolved it @gregbrowndev yet?
Using the assembly solved the issue: ``` %sh cd /zeppelin/dep && wget https://repo1.maven.org/maven2/org/apache/spark/spark-streaming-kafka-0-8-assembly_2.11/2.0.2/spark-streaming-kafka-0-8-assembly_2.11-2.0.2.jar ``` ``` %consumer.dep z.reset() z.load("/zeppelin/dep/spark-streaming-kafka-0-8-assembly_2.11-2.0.2.jar") ```