RDD.
name
Return the name of this RDD.
New in version 1.0.0.
RDD name
RDD
See also
RDD.setName()
Examples
>>> rdd = sc.range(5) >>> rdd.name() == None True
previous
pyspark.RDD.min
next
pyspark.RDD.partitionBy