pyspark.RDD.toDebugString# RDD.toDebugString()[source]# A description of this RDD and its recursive dependencies for debugging. Added in version 1.0.0. Returns: bytesdebugging information of this RDD Examples >>> rdd = sc.range(5) >>> rdd.toDebugString() b'...PythonRDD...ParallelCollectionRDD...'