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

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

Oded Zimerman created SPARK-3635:
------------------------------------

             Summary: 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


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