Re: Update edge weight in graphx

2016-03-01 Thread ็Ž‹่‚‡ๅบท
.com] Sent: Monday, February 29, 2016 9:11 PM To: user@spark.apache.org Subject: Update edge weight in graphx > > Hi, I'm trying to implement an algorithm using graphx which involves updating edge weight during every iteration. the format is [Node]-[Node]--[Weight]

RE: Update edge weight in graphx

2016-03-01 Thread Mohammed Guller
Like RDDs, Graphs are also immutable. Mohammed Author: Big Data Analytics with Spark -Original Message- From: naveen.marri [mailto:naveenkumarmarri6...@gmail.com] Sent: Monday, February 29, 2016 9:11 PM To: user@spark.apache.org Subject: Update edge weight in graphx Hi, I&#

Update edge weight in graphx

2016-02-29 Thread naveen.marri
know RDDs are immutable , is there any way to do this in graphx Also is there any way to dynamically add vertices and edges to the graph within same RDD? Regards, Naveen -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Update-edge-weight