Skip to content

Home of Data Algorithms with Spark

Mahmoud Parsian edited this page Dec 26, 2021 · 3 revisions

The goal of Data Algorithms with Spark is to provide simple examples so that developers can use these examples (as cut-paste-modify) in production environments.

The book has 12 chapters and I will be adding bonus chapters (such as word count, TF-IDF, anagrams, ...)

Solutions for chapters are provided in Python (PySpark) and Scala.