From 08846f6c2087323a3209f8f2c06a69120e871da4 Mon Sep 17 00:00:00 2001 From: scronge <144865853+scronge@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:50:37 -0600 Subject: [PATCH] Update spark.html.markdown --- spark.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark.html.markdown b/spark.html.markdown index 16acc229..de1261e9 100644 --- a/spark.html.markdown +++ b/spark.html.markdown @@ -4,7 +4,7 @@ category: tool tool: Spark filename: learnspark.spark contributors: - - ["YourName", "https://github.com/Scronge"] + - ["Scronge", "https://github.com/Scronge"] --- [Spark](https://spark.apache.org/) is an open-source distributed data processing framework that enables large-scale data processing across clusters. This guide covers the basics of **Apache Spark** using PySpark, the Python API.