[
https://issues.apache.org/jira/browse/SPARK-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
raju patel updated SPARK-6301:
------------------------------
Description:
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
was:
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
> 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
> Priority: Blocker
>
> 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]