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.
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
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