Answer Posted / Neeraj Mishra
Actions are operations in Apache Spark that return a physical plan which gets executed on the cluster to produce results. Common examples of actions include count(), first(), reduce(), and collect(). Actions trigger data to be computed and returned to the driver program, making them blocking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers