[ 
https://issues.apache.org/jira/browse/SPARK-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-8584:
-----------------------------------

    Assignee: Apache Spark  (was: Andrew Or)

> Better exception message if invalid checkpoint dir is specified
> ---------------------------------------------------------------
>
>                 Key: SPARK-8584
>                 URL: https://issues.apache.org/jira/browse/SPARK-8584
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Andrew Or
>            Assignee: Apache Spark
>
> If we're running Spark on a cluster, the checkpoint dir must be a non-local 
> path. Otherwise, the attempt to read from a checkpoint will fail because the 
> checkpoint files are written on the executors, not on the driver.
> Currently, the error message that you get looks something like the following, 
> which is not super intuitive:
> {code}
> Checkpoint RDD 3 (0) has different number of partitions than original RDD 2 
> (100)
> {code}



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