CheckpointRDD¶
CheckpointRDD
is an extension of the RDD abstraction for RDDs that recovers checkpointed data from storage.
CheckpointRDD
cannot be checkpointed again (and doCheckpoint, checkpoint, and localCheckpoint are simply noops).
getPartitions and compute throw an NotImplementedError
and are supposed to be overriden by the implementations.