You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:13:42 UTC

[jira] [Resolved] (SPARK-20454) Improvement of ShortestPaths in Spark GraphX

     [ https://issues.apache.org/jira/browse/SPARK-20454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-20454.
----------------------------------
    Resolution: Incomplete

> 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
>            Priority: Minor
>              Labels: bulk-closed
>
> 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 with intermediate nodes on the 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. In this way, ShortestPaths will be more functional and useful.
> 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 merged?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org