pyspark.RDD.isLocallyCheckpointed

RDD.isLocallyCheckpointed() → bool[source]

Return whether this RDD is marked for local checkpointing.

Exposed for testing.

New in version 2.2.0.

Returns
bool

whether this RDD is marked for local checkpointing