/movielens-spark

Analyzing the MovieLens Dataset using Apache Spark

Primary LanguageScala

Analyzing the MovieLens Dataset using Spark

Building

  • make build

Running

  • Create a env.sh file using the env.sh.example provided (cp env.sh.example env.sh)
  • Populate values for variables in env.sh
  • make run Q=<question-number>
  • Example: make run Q=3 to run question 3