Spark
About
Map reduce and streaming framework in memory.
See:
The library entry point of Spark which is also a connection object is called a session (known also as context).
Component:
- a query optimizer,
- and a physical execution engine.
Spark essentials
-
- persistence,
Framework
The Spark Framework consists of :
- the core Apache Spark component
Language API
- Python (pySpark)