GitHub user maropu opened a pull request:

    https://github.com/apache/spark/pull/4244

    [SPARK-5450][GraphX] Add APIs to save a graph as a SequenceFile and load it

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maropu/spark SaveGraphAPISpike

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4244.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4244
    
----
commit 42abf9334ddae759783495bd8017907c9e6bdfea
Author: Takeshi Yamamuro <[email protected]>
Date:   2015-01-28T09:34:20Z

    Add APIs to save a graph as a SequenceFile and load it

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to