Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.2.0
-
None
Description
sc.makeRDD(0 until 10, 1000).repartition(2001).collect()
returns `Array()`.
1.1.0 doesn't have this issue. Tried both HASH and SORT manager.
This problem can also manifest itself as Snappy deserialization errors if the average map output status size is non-zero but there is at least one empty partition, e.g.
sc.makeRDD(0 until 100000, 1000).repartition(2001).collect()
Attachments
Issue Links
- is related to
-
SPARK-3740 Use a compressed bitmap to track zero sized blocks in HighlyCompressedMapStatus
- Resolved
- relates to
-
SPARK-3630 Identify cause of Kryo+Snappy PARSING_ERROR
- Resolved
- links to