pyspark.RDD.getCheckpointFile# RDD.getCheckpointFile()[source]# Gets the name of the file to which this RDD was checkpointed Not defined if RDD is checkpointed locally. Added in version 0.7.0. Returns: strthe name of the file to which this RDD was checkpointed See also RDD.checkpoint() SparkContext.setCheckpointDir() SparkContext.getCheckpointDir()