Skip to content

Instantly share code, notes, and snippets.

View markthebault's full-sized avatar

Mark Thebault markthebault

View GitHub Profile
@aseigneurin
aseigneurin / Spark high availability.md
Created November 1, 2016 16:42
Spark - High availability

Spark - High availability

Components in play

As a reminder, here are the components in play to run an application:

  • The cluster:
    • Spark Master: coordinates the resources
    • Spark Workers: offer resources to run the applications
  • The application: