Skip to content

Instantly share code, notes, and snippets.

@ionox0
ionox0 / csds-spark.md
Created July 3, 2017 15:51 — forked from vanvaridiksha/csds-spark.md
Spark Assignment 3

#Spark Assignment 3

This assignment is based on the 3rd chapter of the book - 'Advanced Big Data Analytics with Spark'. You can find a copy of the book here.

In this assignment, you will be required to build a recommendation system using Spark and MLib using a dataset published by AudioScrobbler. This data is 500MB uncompressed and can be downloaded here.

You can glance through the chapter and understand how to build the recommendation system. The chapter will walk you through Scala code;