You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/06/30 12:19:05 UTC

[jira] [Assigned] (SPARK-8730) Deser primitive class with Java serialization

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

Apache Spark reassigned SPARK-8730:
-----------------------------------

    Assignee: Apache Spark

> 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
>            Assignee: Apache Spark
>            Priority: Critical
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org