You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2014/10/21 00:39:33 UTC

[jira] [Created] (SPARK-4019) Repartitioning with more than 2000 partitions drops all data

Xiangrui Meng created SPARK-4019:
------------------------------------

             Summary: Repartitioning with more than 2000 partitions drops all data
                 Key: SPARK-4019
                 URL: https://issues.apache.org/jira/browse/SPARK-4019
             Project: Spark
          Issue Type: Bug
            Reporter: Xiangrui Meng


{code}
sc.makeRDD(0 until 10, 1000).repartition(2001).collect()
{code}

returns `Array()`.



--
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