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

Graph should have isCheckpointed, getCheckpointFiles methods

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.3.0
    • 1.3.0
    • GraphX
    • None

    Description

      Graph has a checkpoint method but does not have other helper functionality which RDD has. Proposal:

        /**
         * Return whether this Graph has been checkpointed or not
         */
        def isCheckpointed: Boolean
      
        /**
         * Gets the name of the files to which this Graph was checkpointed
         */
        def getCheckpointFiles: Seq[String]
      

      I need this for SPARK-1405.

      Attachments

        Activity

          People

            josephkb Joseph K. Bradley
            josephkb Joseph K. Bradley
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: