Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

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 thisRDD

Examples

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

[8]ページ先頭

©2009-2025 Movatter.jp