January 2019
Beginner to intermediate
154 pages
4h 31m
English
Spark follows a master-slave architecture, as it allows it to scale on demand. Spark's architecture has two main components:
As soon as a Spark job is submitted, the driver program launches various operation on each executor. Driver and executors together make an application.
The following diagram demonstrates the relationships between Driver ...
Read now
Unlock full access