From cd322fb154a60decab9cf5ec589383a9798e4bd1 Mon Sep 17 00:00:00 2001 From: Harsh Daiya Date: Wed, 17 Jul 2024 01:57:28 -0500 Subject: [PATCH] Fixed scala version as per issue #431 (#552) --- 05-batch/setup/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-batch/setup/macos.md b/05-batch/setup/macos.md index b93a86839..1b23cbda7 100644 --- a/05-batch/setup/macos.md +++ b/05-batch/setup/macos.md @@ -54,7 +54,7 @@ print(f'The PySpark {spark.version} version is running...') 1. Install Scala ```bash -brew install scala@2.11 +brew install scala@2.13 ``` 2. Install Apache Spark