You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2014/11/26 05:22:13 UTC

[jira] [Updated] (SPARK-3635) Find Strongly Connected Components with Graphx has a small bug

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

Andrew Or updated SPARK-3635:
-----------------------------
    Target Version/s: 1.1.1, 1.2.0

> Find Strongly Connected Components with Graphx has a small bug
> --------------------------------------------------------------
>
>                 Key: SPARK-3635
>                 URL: https://issues.apache.org/jira/browse/SPARK-3635
>             Project: Spark
>          Issue Type: Bug
>          Components: GraphX
>    Affects Versions: 1.1.0
>         Environment: VMWare, Centos 6.5
>            Reporter: Oded Zimerman
>            Priority: Trivial
>             Fix For: 1.1.1, 1.2.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> The strongly connected components function (spark / graphx / src / main / scala / org / apache / spark / graphx / lib / StronglyConnectedComponents.scala) has a typo in the condition on line 78.
> I think the condition should be "if (e.srcAttr._1 < e.dstAttr._1)" instead of "if (e.srcId < e.dstId)"



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

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