[ 
https://issues.apache.org/jira/browse/SPARK-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-6301:
-----------------------------
    Priority: Major  (was: Blocker)

Until it's clear what is being reported, this should not be marked "Blocker". 
Can you elaborate what class is not found, what you are running? Can you load 
the Java class without this third party library? Have you double-checked that 
the class is in your jar? It is not clear this is a Spark problem. 

> Unable to load external jars while submitting Spark Job
> -------------------------------------------------------
>
>                 Key: SPARK-6301
>                 URL: https://issues.apache.org/jira/browse/SPARK-6301
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, Spark Submit
>    Affects Versions: 1.2.0
>            Reporter: raju patel
>
> We are using Jnius to call Java functions from Python. But when we are trying 
> to submit the job using Spark,it is not able to load the java classes that 
> are provided in the --jars option, although it is successfully able to load 
> python class.
> The Error is like this :
>  c = find_javaclass(clsname)
>  File "jnius_export_func.pxi", line 23, in jnius.find_javaclass 
> (jnius/jnius.c:12815)
> JavaException: Class not found



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to