RDD.
toDebugString
此RDD及其递归依赖项的描述,用于调试。
新增于版本 1.0.0。
此 RDD 的调试信息
RDD
示例
>>> rdd = sc.range(5) >>> rdd.toDebugString() b'...PythonRDD...ParallelCollectionRDD...'
上一篇
pyspark.RDD.takeSample
下一页
pyspark.RDD.toLocalIterator