Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.4.1
-
None
-
None
Description
VertexRDDImpl overrides RDD.count() but aggregates Int instead of Long:
/** The number of vertices in the RDD. */
override def count(): Long =
This causes Pregel to stop iterating when the number of messages is "negative", giving incorrect results.
Attachments
Issue Links
- duplicates
-
SPARK-3190 Creation of large graph(> 2.15 B nodes) seems to be broken:possible overflow somewhere
- Resolved