From c3f7f417dfd5c4ccc203ec133d5aa5370d8f928e Mon Sep 17 00:00:00 2001 From: Erick Lavoie <erick.lavoie@epfl.ch> Date: Wed, 17 Feb 2021 08:53:02 +0100 Subject: [PATCH] Added references --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 43e7d96..8e36ce4 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,7 @@ Steps: # References Essential sbt: https://www.scalawilliam.com/essential-sbt/ +Explore Spark Interactively (supports autocompletion with tabs!): https://spark.apache.org/docs/latest/quick-start.html +Scallop Argument Parsing: https://github.com/scallop/scallop/wiki +Spark Resilient Distributed Dataset (RDD): https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/rdd/RDD.html -- GitLab