Bryan Jeffrey created SPARK-16797:
-------------------------------------

             Summary: Repartiton call w/ 0 partitions drops data
                 Key: SPARK-16797
                 URL: https://issues.apache.org/jira/browse/SPARK-16797
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.0.0, 1.6.2
            Reporter: Bryan Jeffrey
            Priority: Minor


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.



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