Horia wrote: > does sc.parallelize guarantee the allocation of the items to always be > distributed equally across the partitions?
It does in fact attempt to do that, and the tests check for that, but there's no guarantee in its API. Of course "equally" here means +/- one element.
