Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-3625

In some cases, the RDD.checkpoint does not work

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.0.2, 1.1.0
    • None
    • Spark Core
    • None

    Description

      The reproduce code:

          sc.setCheckpointDir(checkpointDir)
          val c = sc.parallelize((1 to 1000)).map(_ + 1)
          c.count
          val dep = c.dependencies.head.rdd
          c.checkpoint()
          c.count
          assert(dep != c.dependencies.head.rdd)
      

      This limit is too strict , This makes it difficult to implement SPARK-3623 .

      Attachments

        Issue Links

          Activity

            People

              gq Guoqiang Li
              gq Guoqiang Li
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: