[ Web Proxy ]
URL:
Viewing: https://spark.apache.org/docs/latest/api/python/reference/api/../api/pyspark.RDD.toDebugString.html [Back]  [Original]

pyspark.RDD.toDebugString — PySpark 4.2.0 documentation Skip to main content
Search the docs ...:

pyspark.RDD.toDebugString#

RDD.toDebugString()[source]#

A description of this RDD and its recursive dependencies for debugging.

New in version 1.0.0.

Returns
bytes

debugging information of this RDD

Examples

>>> rdd = sc.range(5)
>>> rdd.toDebugString()
b'...PythonRDD...ParallelCollectionRDD...'

Web Proxy Viewer  |  New URL  |  Original Page