Merge pull request #2 from scronge/scronge-patch-1

Update spark.html.markdown
This commit is contained in:
scronge 2024-11-09 13:51:10 -06:00 committed by GitHub
commit d46eaecce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ category: tool
tool: Spark tool: Spark
filename: learnspark.spark filename: learnspark.spark
contributors: 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. [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.