Apache Spark Library
(Redirected from Apache Spark module)
Jump to navigation
Jump to search
A Apache Spark Library is a system library for a Spark platform.
- …
- Example(s):
- a Native Spark Library, such as: GraphX, MLlib, Spark Streaming, and Spark SQL.
- a Custom Spark Library, such as SageMaker Spark.
- …
- Counter-Example(s):
- See: Spark UDF, Spark Module.
References
2018
- https://stackoverflow.com/a/50248442
- QUOTE: ... GraphX, MLlib, Spark Streaming and Spark SQL are modules built on top of this engine, each of this has a different goal. Each of these libraries has new objects and functions that provide support for certain types of structures or features. …