You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Walrus theCat <wa...@gmail.com> on 2014/03/28 00:17:31 UTC

RDD[Array] question

Sup y'all,

If I have an RDD[Array], if I do some operation in the RDD, then each Array
is going to get instantiated on some individual machine, correct (or does
it spread it out?)

Thanks