Answer Posted / Mohd Nazim
Actions in Spark are operations that trigger physical data processing. Unlike transformations, they return RDDs that reside on disk or have side effects such as writing to an external storage system. Examples of actions include saveAsTextFile, collect, and count.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers