Term project for CS555 at CSU built by Tyson O'Leary (@tmoleary21) and Jackson Volesky (@jjvolesky)
View our report: report.pdf
./spark/configure-spark.sh
- Add
export SPARK_HOME=<absolute-path-to-repository>/spark/spark-3.5.1-bin-hadoop3
to~/.bashrc
- For the
gradle
command, usemodule load courses/cs555
- When submitting the job, first use
module load java/11