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

Reply via email to