I Googled and it seems this error corresponds to number of nodes exceeding MAX INT32. However I don't think this is my case. Can anyone help me on how to solve this problem? Thank you!
Best,
Guan
Aapo Kyrola
unread,
May 7, 2015, 1:15:06 AM5/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to graphchi...@googlegroups.com
Hi,
can you paste your full log output? It is likely problem that the disk has
run out of space or the number of shards is too low given the amount of
memory you have available.
You probably need to do several other changes to the code as well,
unfortunately, so I don't recommend it. Can you cast your IDs to be less
than 2 billion?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to graphchi...@googlegroups.com
Hi, Aapo. This is strange because my largest node ID is only slightly larger than 800 million. I was trying the connected components example app, is the algorithm generating some temporary nodes during the process?
Anyway I will recompile graphchi trying to replace all the int_32 type into int_64 and run again. Thank you!
Best,
Guan
Aapo Kyrola
unread,
May 8, 2015, 1:47:43 PM5/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to graphchi...@googlegroups.com
There is probably something wrong in the dataset. I suggest you modify the
parser of the data in conversions.hpp to fail if there is an id larger
than 800 million (or smaller than 0).
Aapo
> --
> You received this message because you are subscribed to the Google Groups
> "graphchi-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to graphchi-discu...@googlegroups.com. To post to this
> group, send email to graphchi...@googlegroups.com. To view this
> discussion on the web visit