You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/01/28 21:41:34 UTC

[jira] [Commented] (SPARK-5461) Graph should have isCheckpointed, getCheckpointFiles methods

    [ https://issues.apache.org/jira/browse/SPARK-5461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295817#comment-14295817 ] 

Apache Spark commented on SPARK-5461:
-------------------------------------

User 'jkbradley' has created a pull request for this issue:
https://github.com/apache/spark/pull/4253

> Graph should have isCheckpointed, getCheckpointFiles methods
> ------------------------------------------------------------
>
>                 Key: SPARK-5461
>                 URL: https://issues.apache.org/jira/browse/SPARK-5461
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>    Affects Versions: 1.3.0
>            Reporter: Joseph K. Bradley
>            Assignee: Joseph K. Bradley
>            Priority: Minor
>
> Graph has a checkpoint method but does not have other helper functionality which RDD has.  Proposal:
> {code}
>   /**
>    * 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]
> {code}
> I need this for [SPARK-1405].



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