RDD.
toDebugString
A description of this RDD and its recursive dependencies for debugging.
New in version 1.0.0.
debugging information of this RDD
RDD
Examples
>>> rdd = sc.range(5) >>> rdd.toDebugString() b'...PythonRDD...ParallelCollectionRDD...'