File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
bootcamp/materials/3-spark-fundamentals Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ You need to install the required dependencies in `requirements.txt`
6
6
7
7
Running ` pip install -r requirements.txt ` will install them.
8
8
9
- Running pytest is easy. You just need to run ` python -m pytest ` and you're good to go!
9
+ Note: Make sure to have spark set locally before running below.
10
+ Running the pytest is easy. You just need to run ` python -m pytest ` and you're good to go!
10
11
11
12
12
13
@@ -22,4 +23,4 @@ Or `docker compose up` if you're on Windows!
22
23
23
24
Then, you should be able to access a Jupyter notebook at ` localhost:8888 ` .
24
25
25
- The first notebook to be able to run is the ` event_data_pyspark.ipynb ` inside the ` notebooks ` folder.
26
+ The first notebook to be able to run is the ` event_data_pyspark.ipynb ` inside the ` notebooks ` folder.
You can’t perform that action at this time.
0 commit comments