pyspark.RDD.isCheckpointed

RDD.isCheckpointed() → bool[source]

Return whether this RDD is checkpointed and materialized, either reliably or locally.

New in version 0.7.0.

Returns
bool

whether this RDD is checkpointed and materialized, either reliably or locally