Skip to content

Potential error of message construction of SCC#2507

Closed
ghost wants to merge 1 commit intomasterfrom
unknown repository
Closed

Potential error of message construction of SCC#2507
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Sep 23, 2014

Hi,

According to the paper, I think the message passing condition written in line 78 should be

e.srcAttr._1 < e.dstAttr._1

instead of the previous one, because the srcAttr._1 and dstAttr._1 are the colorId in Forward-Traversal phase, as written in the paper.

Hi,

According to the [paper](http://ilpubs.stanford.edu:8090/1077/3/p535-salihoglu.pdf), I think the message passing condition written in line 78 should be 

```scala
e.srcAttr._1 < e.dstAttr._1
```

instead of the previous one, because the `srcAttr._1` and `dstAttr._1` are the `colorId` in **Forward-Traversal** phase, as written in the paper.
@SparkQA
Copy link

SparkQA commented Sep 23, 2014

Can one of the admins verify this patch?

@pwendell
Copy link
Contributor

Hey can you create a JIRA issue for this? Also, can you add [GraphX] to the title? Thanks /cc @ankurdave

@ankurdave
Copy link
Contributor

@weilan007 Thanks for the PR! I think this is the same as #2486 (https://issues.apache.org/jira/browse/SPARK-3635).

@ghost
Copy link
Author

ghost commented Sep 25, 2014

Thanks! @ankurdave , I will close it.

@ghost ghost closed this Sep 25, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants