You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Michael Dreibelbis (JIRA)" <ji...@apache.org> on 2018/05/25 01:47:00 UTC

[jira] [Created] (ZEPPELIN-3500) using %dep to load jar from local fs doesn't make jar accessible for Spark interpreter

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)