Site Navigation
Section Navigation
Create anRDD that has no partitions or elements.
RDD
New in version 1.5.0.
An empty RDD
Examples
>>>sc.emptyRDD()EmptyRDD...>>>sc.emptyRDD().count()0