Table of Contents

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.