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
