[ 
https://issues.apache.org/jira/browse/SPARK-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003242#comment-14003242
 ] 

Conrad Dean commented on SPARK-1410:
------------------------------------

Had the same issue.  Was trying to run a stand alone scala app from 
https://spark.apache.org/docs/0.9.0/quick-start.html with Joda and some other 
dependencies.

sbt 0.13.2 was giving me this error, downgraded to 0.12.4 and everything worked.
Later upgraded sbt back to 0.13.2 and upgraded scala from 2.10.3 to 2.10.4 and 
everything works.

> Class not found exception with application launched from sbt 0.13.x
> -------------------------------------------------------------------
>
>                 Key: SPARK-1410
>                 URL: https://issues.apache.org/jira/browse/SPARK-1410
>             Project: Spark
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Xiangrui Meng
>
> sbt 0.13.x use its own loader but this is not available at worker side:
> org.apache.spark.SparkException: Job aborted: ClassNotFound with classloader: 
> sbt.classpath.ClasspathFilter@47ed40d
> A workaround is to switch to sbt 0.12.4.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to