From 410be74ec65f9cca01f44e1c829c9880dd7094e9 Mon Sep 17 00:00:00 2001 From: Guillem Borrell Nogueras Date: Sun, 19 Feb 2023 09:02:01 +0100 Subject: [PATCH] Update 'The simplest and smallest spark cluster you can build' --- The-simplest-and-smallest-spark-cluster-you-can-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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