Which of the following statements is TRUE about Apache Spark RDDs?

Posted by: Pdfprep Category: C2090-101 Tags: , ,

Which of the following statements is TRUE about Apache Spark RDDs?
A . RDDs are immutable
B . RDD transformations return values
C . RDD actions return pointers to new RDDs
D . RDDs can only be created using Java APIs

Answer: B

Explanation:

Reference: https://spark.apache.org/docs/latest/rdd-programming-guide.html

Leave a Reply

Your email address will not be published.