From 2f08ffc5bee8a3b6b2dadaf0f3f34e17f7a88cf4 Mon Sep 17 00:00:00 2001 From: Nilesh Gajwani Date: Tue, 31 Oct 2023 18:47:54 -0400 Subject: [PATCH] correct spark version --- binder/postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index a026c4410a..2562dded94 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -1,5 +1,5 @@ #Download Apache Spark -wget https://archive.apache.org/dist/spark/spark-3.40/spark-3.4.0-bin-hadoop3.tgz +wget https://archive.apache.org/dist/spark/spark-3.4.0/spark-3.4.0-bin-hadoop3.tgz tar -xzf spark-3.4.0-bin-hadoop3.tgz #Tidy up