Hi, this is Kevin, I've bring some announcement on new dependency loading mechanism.
Recently the new dependency loading mechanism PR has been merged, https://github.com/NFLabs/zeppelin/pull/319 To use this feature in EXISTING Zeppelin, you need to do following 1. re-deploy conf/zeppelin-site.xml from conf/zeppelin-site.xml.template if you got your zeppelin-site.xml. (com.nflabs.zeppelin.spark.DepInterpreter has added) 2. you need to add proper lines on you conf/interpreter.json like { "class": "com.nflabs.zeppelin.spark.DepInterpreter", "name": "dep" } OR, I recommend just delete conf/interpreter.json and restart Zeppelin, it will re-create one. (you need to setup interpreters again, tough) Sorry for inconvenience, but I guess developing fast is important for our stage, than providing some graceful migration. Any discussion on this topic is welcomed. Thanks! Regards, Kevin
