Hi everyone,

I'm using Zeppelin with Livy 0.4 and trying to add external libraries from an additional maven repo to my application according to the documentation available here <https://zeppelin.apache.org/docs/0.7.0/interpreter/livy.html#adding-external-libraries>. The example works fine, but when I set the livy.spark.jars.packages to my library the interpreter throws an unresolved dependency error.

I have added the additional maven repository in the interpreter settings and have also tried setting livy.spark.jars.ivy but without luck. However, if I use the Spark interpreter with the following code it works fine.

"%dep
z.reset();
z.addRepo("my repo").url("http://myrepo";).snapshot
z.load("mygroup:myartifact:myversion");

Has anyone managed to do that with Livy? Thanks!

Cheers,
Theo

Reply via email to