You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Guoqiang Li (JIRA)" <ji...@apache.org> on 2014/09/21 17:06:33 UTC

[jira] [Updated] (SPARK-3625) In some cases, the RDD.checkpoint does not work

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

Guoqiang Li updated SPARK-3625:
-------------------------------
    Description: 
The reproduce code:

{code}
 sc.setCheckpointDir(checkpointDir)
val c = sc.parallelize((1 to 1000))
c.count
c.checkpoint()
c.count
{code}

  was:
The reproduce code:

{code}
 sc.setCheckpointDir(checkpointDir)
val c = sc.parallelize((1 to 1000))
c.count
c.checkpoint()
{code}


> In some cases, the RDD.checkpoint does not work
> -----------------------------------------------
>
>                 Key: SPARK-3625
>                 URL: https://issues.apache.org/jira/browse/SPARK-3625
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.0.2, 1.1.0
>            Reporter: Guoqiang Li
>            Assignee: Guoqiang Li
>            Priority: Blocker
>
> The reproduce code:
> {code}
>  sc.setCheckpointDir(checkpointDir)
> val c = sc.parallelize((1 to 1000))
> c.count
> c.checkpoint()
> c.count
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org