Re: Multiple sources shortest path

2015-02-15 Thread Sebastian
maxIterations)).getVertices(); } -- View this message in context: http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/Multiple-sources-shortest-path-tp729.html Sent from the Apache Flink (Incubator) User Mailing List archive. mailing list archive at Nabble.com.

Re: Multiple sources shortest path

2015-02-15 Thread Vasiliki Kalavri
graph.run(new SingleSourceShortestPaths(node, > maxIterations)).getVertices(); > } > > > > > -- > View this message in context: > http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/Multiple-sources-shortest-path-tp729.html > Sent

Multiple sources shortest path

2015-02-14 Thread HungChang
example, for(Node node: nodes){ DataSet> singleSourceShortestPaths = graph.run(new SingleSourceShortestPaths(node, maxIterations)).getVertices(); } -- View this message in context: http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/Multiple-sourc