Update spark.html.markdown

This commit is contained in:
scronge 2024-11-09 13:50:37 -06:00 committed by GitHub
parent 40ca2fa049
commit 08846f6c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.