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/04/27 20:23:39 UTC

[jira] [Assigned] (SPARK-5450) Add APIs to save a graph as a SequenceFile and load it

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

Apache Spark reassigned SPARK-5450:
-----------------------------------

    Assignee: Apache Spark

> Add APIs to save a graph as a SequenceFile and load it
> ------------------------------------------------------
>
>                 Key: SPARK-5450
>                 URL: https://issues.apache.org/jira/browse/SPARK-5450
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>            Reporter: Takeshi Yamamuro
>            Assignee: Apache Spark
>
> As the size of input data increases, building Graph eat much processing time via GraphLoader.edgeListFile() or RDD transformations.
> APIs to save Graph as a object file is useful for those cases.
> The operations are currently slow because of the default serializer (Java serialization), so efficient serialization is of future work.



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