GitHub user uncleGen opened a pull request:
https://github.com/apache/spark/pull/16656
[SPARK-18116][DStream] Report stream input information after recover from
checkpoint
## What changes were proposed in this pull request?
Run a streaming application which souce from kafka.There are many batchs
queued in the job list before application stopped, and then stop the
application, as follow starting it from checkpointed file, in the spark ui, the
size of the queued batchs which stored in the checkpoint file are 0
## How was this patch tested?
update unit test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uncleGen/spark SPARK-18116
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16656.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 #16656
----
commit b8d09457448ca0f47238c8d5afb3db3d3e0cb3dc
Author: uncleGen <[email protected]>
Date: 2017-01-20T02:55:54Z
Report stream input information after recover from checkpoint
commit 547ecb338fa086deb86edf93b091ea6fdf2836f2
Author: uncleGen <[email protected]>
Date: 2017-01-20T07:29:36Z
add unit test
----
---
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]