From f78d1cf55e875dc3ac1ec7e15c7a690bac3e4e2d Mon Sep 17 00:00:00 2001 From: Erick Lavoie <erick.lavoie@epfl.ch> Date: Wed, 17 Feb 2021 08:53:48 +0100 Subject: [PATCH] Readme Formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8e36ce4..386ac56 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,10 @@ 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