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

holdenk commented on SPARK-13084:
---------------------------------

Looking at the mailing list this seems to be coming from trying to run a Spark 
program that is built against a newer version of Spark against an older version 
of Spark. I agree with [~srowen] that a serialized RDD probably isn't 
compatibility across versions. I think looking at the root issue (from the 
mailing list) might just be not marking Spark core as provided (I'll follow up 
on the user list thread).

> Utilize @SerialVersionUID to avoid local class incompatibility
> --------------------------------------------------------------
>
>                 Key: SPARK-13084
>                 URL: https://issues.apache.org/jira/browse/SPARK-13084
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Ted Yu
>
> Here is related thread:
> http://search-hadoop.com/m/q3RTtSjjdT1BJ4Jr/local+class+incompatible&subj=local+class+incompatible+stream+classdesc+serialVersionUID
> RDD extends Serializable but doesn't have @SerialVersionUID() annotation.
> Adding @SerialVersionUID would overcome local class incompatibility across 
> minor releases.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to