Question
What does union do on two compatible RDDs?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Returns an RDD containing elements from both inputs
Explanation:
Union concatenates the distributed collections logically.
Duplicates are retained unless distinct is applied.
Leave a Reply