Learning Spark : lightening fast data analysis /
This book introduces Apache Spark, the open source cluster computing system that makes data analytics fast to write and fast to run. You'll learn how to express parallel jobs with just a few lines of code, and cover applications from simple batch jobs to stream processing and machine learning.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
[2015]
|
Edición: | First edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introduction to data analysis with Spark
- Downloading Spark and getting started
- Programming with RDDs
- Working with key/value pairs
- Loading and saving your data
- Advanced Spark programming
- Running on a cluster
- Tuning and debugging Spark
- Spark SQL
- Spark streaming
- Machine learning with MLlib.