Answer Posted / Meraj Ali
An Action in Apache Spark is a function that takes RDD (Resilient Distributed Dataset) as input and provides a specific output, such as collecting the data to driver or writing data into files. Actions trigger task executions and are used to perform computations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers