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/01/28 11:02:34 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14294949#comment-14294949 ] 

Apache Spark commented on SPARK-5450:
-------------------------------------

User 'maropu' has created a pull request for this issue:
https://github.com/apache/spark/pull/4244

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