Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does JabeJa assumes same node instance in Main node and NeigbourList? #18

Open
Ishitori opened this issue Jan 15, 2023 · 0 comments
Open

Comments

@Ishitori
Copy link

Ishitori commented Jan 15, 2023

I have a huge graph which I would like to partition. I manually create RDD with Node and NeigbourList, but instances of the object while have same id field are different.

I have tried to analyze your code, and I am worried that during the swap procedure you are updating the color of both nodes from left hand side (main node), but you don't update anything in NeigbourList. That means that when the degree index is rebuilt, the old color is used from NeigbourList.

Am I correct? Do I absolutely have to share pointers to the same node instances between left hand side nodes and nodes in NeigbourList?

@Ishitori Ishitori changed the title Does JabeJa assumes same node instance in Main mode and NeigbourList? Does JabeJa assumes same node instance in Main node and NeigbourList? Jan 17, 2023
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

No branches or pull requests

1 participant