Update 'The simplest and smallest spark cluster you can build'

Guillem Borrell Nogueras 2023-02-19 09:02:01 +01:00
parent c655fd590b
commit 410be74ec6

@ -81,7 +81,7 @@ USER jovyan
You can also run minio in the same docker compose project, and connect it to Spark.
```
```python
from pyspark import SparkConf
from pyspark.sql import SparkSession
import os