Question
What is an RDD action?
Select an option. Your answer will be checked instantly.
Correct Answer: C. An operation that triggers execution and returns or writes a result
Explanation:
Actions include count, collect, reduce, and save operations.
They cause Spark to evaluate the necessary lineage.
Leave a Reply