-
Olivier Blanvillain authoredOlivier Blanvillain authored
README.md 11.07 KiB
StackOverflow
Use the following commands to make a fresh clone of your repository:
git clone -b stackoverflow git@gitlab.epfl.ch:lamp/student-repositories-s21/cs206-GASPAR.git cs206-stackoverflow
Useful links
- The API documentation of Spark
- The API documentation of the Scala standard library
- The API documentation of the Java standard library
If you have issues with the IDE, try reimporting the
build,
if you still have problems, use compile
in sbt instead.
Introduction
For this assignment, you will need to download the stackoverflow dataset (84 MB):
http://alaska.epfl.ch/~dockermoocs/bigdata/stackoverflow-grading.csv
and place it in the folder: src/main/resources/stackoverflow
in your
project directory.