graphx icon indicating copy to clipboard operation
graphx copied to clipboard

Triplets.collect returns incorrect values

Open jegonzal opened this issue 12 years ago • 0 comments

The spark RDD.collect operation stores the output directly into an array. Since we reuse the iterator values only a single edge triplet is stored (in duplicate) for each partition.

jegonzal avatar Oct 16 '13 23:10 jegonzal