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

2019-05-20 Thread Hyukjin Kwon (JIRA)


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

Hyukjin Kwon updated SPARK-20454:
-
Labels: bulk-closed  (was: )

> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2017-05-04 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-20454:
--
 Flags:   (was: Important)
  Priority: Minor  (was: Major)
Issue Type: Improvement  (was: Bug)

This is not a bug.

> 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
>
> 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
(v6.3.15#6346)

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



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

2017-05-04 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Issue Type: Bug  (was: Improvement)

> Improvement of ShortestPaths in Spark GraphX
> 
>
> Key: SPARK-20454
> URL: https://issues.apache.org/jira/browse/SPARK-20454
> Project: Spark
>  Issue Type: Bug
>  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 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
(v6.3.15#6346)

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



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

2017-04-26 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Labels:   (was: patch)

> 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 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
(v6.3.15#6346)

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



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

2017-04-26 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Flags: Important  (was: Patch,Important)

> 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 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
(v6.3.15#6346)

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



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

2017-04-26 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Target Version/s:   (was: 2.1.0)

> 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
>  Labels: patch
>
> 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
(v6.3.15#6346)

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



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

2017-04-24 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Summary: Improvement of ShortestPaths in Spark GraphX  (was: improvement of 
ShortestPaths in Spark GraphX)

> 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
>  Labels: patch
>
> 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 merged?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



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

2017-04-24 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Description: 
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?

  was:
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 merged?


> 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
>  Labels: patch
>
> 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
(v6.3.15#6346)

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



[jira] [Updated] (SPARK-20454) improvement of ShortestPaths in Spark GraphX

2017-04-24 Thread Ji Dai (JIRA)

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

Ji Dai updated SPARK-20454:
---
Summary: improvement of ShortestPaths in Spark GraphX  (was: Concern about 
improvement of ShortestPaths in Spark GraphX)

> 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
>  Labels: patch
>
> 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 merged?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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