Skip to content

Instantly share code, notes, and snippets.

View bsikander's full-sized avatar
🔥

Behroz Sikander bsikander

🔥
View GitHub Profile

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: