Spark Engine - Action Function

Spark Query Plan Generation

Spark Engine - Action Function

About

Actions are function that trigger the computation of all previous transformations in order to get back an actual result.

An action is composed of one or more jobs

Spark actions execute the specified set of transformations to the source data and return the results out of Spark at the driver.





Discover More
Spark Query Plan Generation
Spark Engine - Physical Plan

in Spark When an action is invoked, Spark's query optimizer optimizes the logical plan and generates a physical plan for efficient execution. To explore the physical plan, use the explain...



Share this page:
Follow us:
Task Runner