Hi, first approach supposed to work, right now there is an open issue to track the progress of fixing it https://issues.apache.org/jira/browse/ZEPPELIN-194
-- Kind regards, Alexander > On 04 Aug 2015, at 06:38, Ming Han Teh <tehming...@gmail.com> wrote: > > Hi, > > I am trying to add a jar file which contains a UDF to be used in the zeppelin > spark interpreter. > > Is there a difference between the below two approaches: > > Approach 1) > > %dep > z.load("somefile") > > Approach 2) > > sc.addJar("somejar") > > > > The first approach appears to load the jar file, but %sql fails to work after > that. > The second approach doesn't work for me. > > > Any tips would be appreciated. > > Thanks, > Ming Han > >