[
https://issues.apache.org/jira/browse/SPARK-6281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364787#comment-14364787
]
Apache Spark commented on SPARK-6281:
-------------------------------------
User 'maropu' has created a pull request for this issue:
https://github.com/apache/spark/pull/5067
> Support incremental updates for Graph
> -------------------------------------
>
> Key: SPARK-6281
> URL: https://issues.apache.org/jira/browse/SPARK-6281
> Project: Spark
> Issue Type: New Feature
> Components: GraphX
> Reporter: Takeshi Yamamuro
> Priority: Minor
>
> Add api to efficiently append new vertices and edges into existing Graph,
> e.g., Graph#append(newVerts: RDD[(VertexId, VD)], newEdges: RDD[Edge[ED]],
> defaultVertexAttr: VD)
> This is useful for time-evolving graphs; new vertices and edges are built from
> streaming data thru Spark Streaming, and then incrementally appended
> into a existing graph.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]