pyspark.RDD.isLocallyCheckpointed# RDD.isLocallyCheckpointed()[source]# Return whether this RDD is marked for local checkpointing. Exposed for testing. New in version 2.2.0. Returns boolwhether this RDD is marked for local checkpointing See also RDD.localCheckpoint()