GitHub user jeanlyn opened a pull request:
https://github.com/apache/spark/pull/11440
[SPARK-13586]add config to skip generate down time batch when restart
StreamingContext
## What changes were proposed in this pull request?
The patch try to add a config `spark.streaming.skipDownTimeBatch` to
control whether generate the down time batches when restarting
StreamingContext. By default, it will be set to false.
## How was this patch tested?
unit test: test("SPARK-13586: do no generate down time batch when
recovering from checkpoint")
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeanlyn/spark skipDownTime
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11440.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 #11440
----
commit 089d0af74317b767378c16673ac9d67f6dfd9972
Author: jeanlyn <[email protected]>
Date: 2016-02-29T07:15:38Z
add config to generate down time batch
commit 9068881aeb17bb77383b3e9eecf01c463f62113c
Author: jeanlyn <[email protected]>
Date: 2016-03-01T03:21:23Z
add jira num
----
---
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]