You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Matei Zaharia (JIRA)" <ji...@apache.org> on 2014/09/03 01:01:52 UTC

[jira] [Created] (SPARK-3356) Document when RDD elements' ordering within partitions is nondeterministic

Matei Zaharia created SPARK-3356:
------------------------------------

             Summary: Document when RDD elements' ordering within partitions is nondeterministic
                 Key: SPARK-3356
                 URL: https://issues.apache.org/jira/browse/SPARK-3356
             Project: Spark
          Issue Type: Documentation
          Components: Documentation
            Reporter: Matei Zaharia


As reported in SPARK-3098 for example, for users using zipWithIndex, zipWithUniqueId, etc, (and maybe even things like mapPartitions) it's confusing that the order of elements in each partition after a shuffle operation is nondeterministic (unless the operation was sortByKey). We should explain this in the docs for the zip and partition-wise operations.

Another subtle issue is that the order of values for each key in groupBy / join / etc can be nondeterministic -- we need to explain that too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org