Eugen Cepoi created SPARK-8730:
----------------------------------

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


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