0 votes
in Apache Spark by
What are the various functionalities supported by Spark Core?

1 Answer

0 votes
by

Spark Core is the engine for parallel and distributed processing of large data sets. The various functionalities supported by Spark Core include:

  • Scheduling and monitoring jobs
  • Memory management
  • Fault recovery
  • Task dispatching
...