RDD.
id
A unique ID for this RDD (within its SparkContext).
New in version 0.7.0.
The unique ID for this RDD
RDD
Examples
>>> rdd = sc.range(5) >>> rdd.id() 3