Question
What does subtract do?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Returns elements of one RDD that are not present in another
Explanation:
subtract performs a set-difference-style operation.
Duplicates and partitioning behavior depend on the API implementation.
Leave a Reply