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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14143006#comment-14143006 ] 

Apache Spark commented on SPARK-3635:
-------------------------------------

User 'odedz' has created a pull request for this issue:
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
>   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