You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2014/11/21 07:32:33 UTC

[jira] [Created] (SPARK-4531) Cache serialized java objects instead of serialized python objects in MLlib

Davies Liu created SPARK-4531:
---------------------------------

             Summary: Cache serialized java objects instead of serialized python objects in MLlib
                 Key: SPARK-4531
                 URL: https://issues.apache.org/jira/browse/SPARK-4531
             Project: Spark
          Issue Type: Improvement
          Components: MLlib, PySpark
    Affects Versions: 1.2.0
            Reporter: Davies Liu
            Priority: Blocker


The Pyrolite is pretty slow (comparing to the adhoc serializer in 1.1), it cause much performance regression in 1.2, because we cache the serialized Python object in JVM, deserialize them into Java object in each step.

We should change to cache the deserialized JavaRDD instead of PythonRDD to avoid the deserialization of Pyrolite.



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