Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dep interpreter not found

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

like image 895
Stefan Papp Avatar asked Apr 05 '16 12:04

Stefan Papp


1 Answers

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.

like image 85
Dennis Jaheruddin Avatar answered Sep 19 '22 17:09

Dennis Jaheruddin