Re: Spark External JAR and Netty issue

2016-09-13 Thread Michael Pedersen
Hi moon, Thank you for the suggestion. This does indeed resolve the issue. I had to manually rebuild the JAR file with netty excluded though - using the Zeppelin dependency management GUY didn't work for me. Cheers, Michael

Re: Spark External JAR and Netty issue

2016-09-12 Thread moon soo Lee
Hi, Such error can be raised when you have multiple version of Netty in the classpath. You can try exclude netty from dependency management gui. Thanks, moon On Mon, Sep 5, 2016 at 9:53 AM Michael Pedersen wrote: > Hello, > > I'm trying to include an external JAR file following the documentati

Spark External JAR and Netty issue

2016-09-05 Thread Michael Pedersen
Hello, I'm trying to include an external JAR file following the documentation for dependency management: https://zeppelin.apache.org/docs/latest/manual/dependencymanagement.html The docs state, under "Loading Dependencies to Interpreter", that: "You can enter not only groupId:artifactId:version