Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.6.2
-
None
Description
When you call RDD.repartition(0) or DStream.repartition(0), the input data silently dropped. This should not silently fail; instead an exception should be thrown to alert the user to the issue.
Attachments
Issue Links
- duplicates
-
SPARK-15512 repartition(0) should raise IllegalArgumentException.
- Resolved