September 2017
Beginner to intermediate
360 pages
8h 13m
English
In a nutshell, it can be said that actions actually execute the transformations on real data to generate the output. Actions send the data from the executor to the driver. Following is capture of actions that return values (from: https://spark.apache.org/docs/latest/rdd-programming-guide.html#actions):

Let us look at some code snippets to see actions executing actually in action:
Read now
Unlock full access