I need to return an empty RDD of type val output: RDD[(DetailInputRecord, VISummary)]
This does not work val output: RDD[(DetailInputRecord, VISummary)] = new RDD() as RDD is abstract class. How do i create empty RDD ? -- Deepak
I need to return an empty RDD of type val output: RDD[(DetailInputRecord, VISummary)]
This does not work val output: RDD[(DetailInputRecord, VISummary)] = new RDD() as RDD is abstract class. How do i create empty RDD ? -- Deepak