Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following statements incorrectly describes a difference between transformations and actions?
A
There are wide and narrow transformations but there are not wide and narrow actions.
B
Transformations do not trigger execution while actions do trigger execution.
C
Transformations work on DataFrames/Datasets while actions are reserved for native language objects.
D
Some actions can be used to return data objects in a format native to the programming language being used to access the Spark API while transformations do not provide this ability.
E
Transformations are typically logic operations while actions are typically focused on returning results.