AFAIK, the order of a rdd is maintained across a partition for Map
operations. There is no way a map operation  can change sequence across a
partition as partition is local and computation happens one record at a
time.

On 13-Sep-2017 9:54 PM, "Suzen, Mehmet" <su...@acm.org> wrote:

I think the order has no meaning in RDDs see this post, specially zip
methods:
https://stackoverflow.com/questions/29268210/mind-blown-rdd-zip-method

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Reply via email to