pyspark.RDD.isCheckpointed — PySpark In-Progress documentation
-
RDD.isCheckpointed()[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