Right now there isn’t. It’s meant for analysis once you have a graph. If you 
just need a few vertices at the beginning you could add them to the vertex and 
edge RDDs using RDD.union() before creating a Graph.

Matei

On Mar 2, 2014, at 2:38 PM, Deepak Nulu <deepakn...@gmail.com> wrote:

> Hi,
> 
> Is there a way to incrementally add/remove vertices in GraphX? I have read
> the documentation and looked at the API, but I don't see a way to
> incrementally add/remove vertices in GraphX.
> 
> Thanks.
> 
> -deepak
> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-spark-user-list.1001560.n3.nabble.com/Incrementally-add-remove-vertices-in-GraphX-tp2227.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to