← Courses Catalogue

#Module 6: Batch Processing

#6.1 Introduction

#6.2 Installation

Follow these instructions to install Spark:

:movie_camera: 6.2.1 (Optional) Installing Spark (Linux)

Alternatively, if the setups above don't work, you can run Spark in Google Colab.

[!NOTE]
It's advisable to invest some time in setting things up locally rather than immediately jumping into this solution

#6.3 Spark SQL and DataFrames

Script to prepare the Dataset download_data.sh

[!NOTE]
The other way to infer the schema (apart from pandas) for the csv files, is to set the inferSchema option to true while reading the files in Spark.

#6.4 Spark Internals

#6.5 (Optional) Resilient Distributed Datasets

#6.6 Running Spark in the Cloud

#Homework

#Community notes

Did you take notes? You can share them here