6

I try to use the dep interpreter in Zeppelin.

I use the %dep declaration within my zeppelin notebook.

However, I end up with the error "dep interpreter not found"

The %dep interpreter is configured within the interpreter section correctly enter image description here

Stefan Papp
  • 2,199
  • 1
  • 28
  • 54
  • Can you please check if `org.apache.zeppelin.spark.DepInterpreter` is inside your `conf/zeppelin-site.xml` as well as post logs from `logs/zeppelin--.log`? – bzz Apr 20 '16 at 14:40

1 Answers1

4

For future reference, I found this HCC thread with an insight into recent versions:

%dep is deprecated.

Go to Spark interpreter settings and click edit button to add the dependency.

Dennis Jaheruddin
  • 21,208
  • 8
  • 66
  • 122