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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to