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

Imran Rashid resolved SPARK-8730.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

Issue resolved by pull request 7122
[https://github.com/apache/spark/pull/7122]

> Deser primitive class with Java serialization
> ---------------------------------------------
>
>                 Key: SPARK-8730
>                 URL: https://issues.apache.org/jira/browse/SPARK-8730
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Eugen Cepoi
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> Objects that contain as property a primitive Class, can not be deserialized 
> using java serde. Class.forName does not work for primitives.
> Exemple of object:
> class Foo extends Serializable {
>   val intClass = classOf[Int]
> }



--
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