Michael Dreibelbis created ZEPPELIN-3500:
--------------------------------------------
Summary: using %dep to load jar from local fs doesn't make jar
accessible for Spark interpreter
Key: ZEPPELIN-3500
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3500
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.7.3
Reporter: Michael Dreibelbis
importing jars from local file system and trying to import the associated
packages doesn't work with spark
paragraph 1
{code}
{%dep}
z.reset();
z.load("/path/to/jar")
{code}
paragraph 2
{code}
%spark
import custom.jar.package
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)