Ji Dai created SPARK-20454:
------------------------------
Summary: Concern about improvement of ShortestPaths in Spark GraphX
Key: SPARK-20454
URL: https://issues.apache.org/jira/browse/SPARK-20454
Project: Spark
Issue Type: Improvement
Components: GraphX, MLlib
Affects Versions: 2.1.0
Reporter: Ji Dai
The output of ShortestPaths is not enough. ShortestPaths in Graph/lib is
currently in a simple version and can only return the distance to the source
vertex. However, the shortest path is needed and if two or more paths holds the
same shortest distance from source to destination, all these paths need to be
returned.
I think I have resolved the concern above with a improved version of
ShortestPaths which also based on the "pregel" function in GraphOps.
Can I get my code reviewed and merge my code?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]