spark-instrumented-optimizer/streaming
jhu-chang f4346f612b [SPARK-11749][STREAMING] Duplicate creating the RDD in file stream when recovering from checkpoint data
Add a transient flag `DStream.restoredFromCheckpointData` to control the restore processing in DStream to avoid duplicate works:  check this flag first in `DStream.restoreCheckpointData`, only when `false`, the restore process will be executed.

Author: jhu-chang <gt.hu.chang@gmail.com>

Closes #9765 from jhu-chang/SPARK-11749.
2015-12-17 17:53:15 -08:00
..
src [SPARK-11749][STREAMING] Duplicate creating the RDD in file stream when recovering from checkpoint data 2015-12-17 17:53:15 -08:00
pom.xml Add mockito as an explicit test dependency to spark-streaming 2015-11-09 18:53:57 -08:00