Verizon Interview Question

What is RDD?

Interview Answer

Anonymous

Oct 10, 2017

The main abstraction Spark provides is a resilient distributed dataset (RDD), which is a collection of elements partitioned across the nodes of the cluster that can be operated on in parallel.