Answer Posted / Varun Bedi
"Actions in Apache Spark are operations that trigger the execution of transformations and return a value to the driver program. Some common examples include count(), collect(), first(), reduce(), saveAsTextFile(), etc. These actions force Spark to run all pending computations before returning the result."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers