GitHub user brkyvz opened a pull request:
https://github.com/apache/spark/pull/15801
[SPARK-18337] Complete mode memory sinks should be able to recover from
checkpoints
## What changes were proposed in this pull request?
It would be nice if memory sinks can also recover from checkpoints. For
correctness reasons, the only time we should support it is in `Complete`
OutputMode. We can support this in CompleteMode, because the output of the
StateStore is already persisted in the checkpoint directory.
## How was this patch tested?
Unit test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brkyvz/spark mem-stream
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15801.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15801
----
commit c10973329fcb3bcc2ed827e4ed3633d5e200f78b
Author: Burak Yavuz <[email protected]>
Date: 2016-11-07T20:44:58Z
complete mode memory sinks should be able to recover from checkpoints
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]