diff --git a/The-simplest-and-smallest-spark-cluster-you-can-build.md b/The-simplest-and-smallest-spark-cluster-you-can-build.md index aca8ac2..a7b83a2 100644 --- a/The-simplest-and-smallest-spark-cluster-you-can-build.md +++ b/The-simplest-and-smallest-spark-cluster-you-can-build.md @@ -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