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

Open up some private APIs related to creating new RDDs for developers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • None
    • Spark Core
    • None

    Description

      in writing my own RDD i ran into a few issues with respect to stuff being private in spark.

      in compute i would like to return an iterator that respects task killing (as HadoopRDD does), but the mechanics for that are inside the private InterruptibleIterator. also the exception i am supposed to throw (TaskKilledException) is private to spark.

      See also:
      http://apache-spark-user-list.1001560.n3.nabble.com/Re-writing-my-own-RDD-td5558.html

      Attachments

        Activity

          People

            Unassigned Unassigned
            koert koert kuipers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: