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

Ankur Dave resolved SPARK-4917.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

Issue resolved by pull request 3760
[https://github.com/apache/spark/pull/3760]

> Add a function to convert into a graph with canonical edges in GraphOps
> -----------------------------------------------------------------------
>
>                 Key: SPARK-4917
>                 URL: https://issues.apache.org/jira/browse/SPARK-4917
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>            Reporter: Takeshi Yamamuro
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Convert bi-directional edges into uni-directional ones instead of 
> 'canonicalOrientation' in GraphLoader.edgeListFile.
> This function is useful when a graph is loaded as it is and then is 
> transformed into one with canonical edges.
> It rewrites the vertex ids of edges so that srcIds are bigger than dstIds, 
> and merges the duplicated edges.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to