You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2016/11/02 21:10:59 UTC

[jira] [Commented] (SPARK-11879) Checkpoint support for DataFrame/Dataset

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

Cheng Lian commented on SPARK-11879:
------------------------------------

Sorry that I didn't notice this ticket while working on SPARK-17972. {{Dataset.checkpoint()}} is included in Spark 2.1.

I'll mark this one as duplicated.

> Checkpoint support for DataFrame/Dataset
> ----------------------------------------
>
>                 Key: SPARK-11879
>                 URL: https://issues.apache.org/jira/browse/SPARK-11879
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Cristian Opris
>
> Explicit support for checkpointing DataFrames is need to be able to truncate lineages, prune the query plan (particularly the logical plan) and transparent failure recovery.
> While for recovery saving to a Parquet file may be sufficient, actually using that as a checkpoint (and truncating the lineage), requires reading the files back.
> This is required to be able to use DataFrames in iterative scenarios like Streaming and ML, as well as for avoiding expensive re-computations in case of executor failure when executing a complex chain of queries on very large datasets. 



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