You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ankur Dave (JIRA)" <ji...@apache.org> on 2014/09/30 03:08:33 UTC

[jira] [Resolved] (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 ]

Ankur Dave resolved SPARK-3635.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.1
                   1.2.0

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

> 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.2.0, 1.1.1
>
>   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