From 91f5b23c6ecf0b67f3a3c052ec8c063bfe18202f Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 21 Nov 2023 21:34:00 -0500 Subject: [PATCH] auto --- assign9.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assign9.md b/assign9.md index a514f96..0c01052 100644 --- a/assign9.md +++ b/assign9.md @@ -233,11 +233,3 @@ to develop with `pyspark` (by copying the commands over). Submit the `functions.py` file [on gradescope](https://www.gradescope.com/courses/535193/assignments/2852211). - -## Mac notes -Spark and jupyter can both be installed natively on the mac, though it can be a -bit tricky to get them to talk to each other. A link explaining how to install -Spark is -[here](https://www.tutorialkart.com/apache-spark/how-to-install-spark-on-mac-os), -and `jupyter` may be installed w/ `pip3 install jupyter`. - -- GitLab