Hi all,

I am still kind of fresh to Zeppelin, so maybe there is an easier way to
this issue.

I am developing a (Maven) artifact with code that then run via Spark. So to
use be able to use that code in Zeppelin, I load it in the first cell of
the notebook with the dependency "interpreter":

%dep
z.reset()
z.load("group:artifact:version-SNAPSHOT")

Then, I can work with that code nicely in my Notebook. Now, each time I
change the code and generate an updated snapshot of my artifact, the
problem is that I have to fully restart the Zeppelin interpreter and then
re-run the notebook.

Is there some simpler way of "refreshing" dependencies (i.e., reloading
jars) without having to reset the interpreter and restart the whole
notebook?

Regards,
Florian

Reply via email to