Posted by: Pdfprep
Post Date: November 23, 2020
A Resilient Distributed Dataset supports which of the following?
A . Creating a new dataset from an old one
B . Returning a computed value to the driver program
C . Both “Creating a new dataset from an old one” and “Returning a computed value to the driver program”
D . Neither “Creating a new dataset from an old one” nor “Returning a computed value to the driver program”
Answer: C
Explanation:
Reference: https://spark.apache.org/docs/latest/rdd-programming-guide.html (RDD operations)
Leave a Reply