You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Daniel Langerenken (JIRA)" <ji...@apache.org> on 2017/03/24 15:52:41 UTC

[jira] [Created] (ZEPPELIN-2316) Spark-Interpreter Dependencies not correctly declared

Daniel Langerenken created ZEPPELIN-2316:
--------------------------------------------

             Summary: Spark-Interpreter Dependencies not correctly declared
                 Key: ZEPPELIN-2316
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2316
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-interpreter
    Affects Versions: 0.7.0
            Reporter: Daniel Langerenken


I'm starting the zeppelin-interpreter with just these two dependencies:

-  group: 'org.apache.zeppelin', name: 'zeppelin-spark_2.10', 'version': 0.7.0
- group: 'org.apache.zeppelin', name: 'zeppelin-spark-dependencies_2.10', 'version': 0.7.0

If I execute any spark command, I get the following exception:
Caused by: javax.jdo.JDOFatalUserException: Class org.datanucleus.api.jdo.JDOPersistenceManagerFactory was not found.
NestedThrowables:
java.lang.ClassNotFoundException: org.datanucleus.api.jdo.JDOPersistenceManagerFactory 

Somehow, datanuclues is declared as test-dependencies in:
https://mvnrepository.com/artifact/org.apache.zeppelin/zeppelin-spark_2.10/0.7.0

If I manually add these dependencies, everything works fine.






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)