Skip to content

Commit 982823f

Browse files
Update README.md
1 parent 18c7c55 commit 982823f

File tree

1 file changed

+3
-2
lines changed
  • bootcamp/materials/3-spark-fundamentals

1 file changed

+3
-2
lines changed

bootcamp/materials/3-spark-fundamentals/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ You need to install the required dependencies in `requirements.txt`
66

77
Running `pip install -r requirements.txt` will install them.
88

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!
1011

1112

1213

@@ -22,4 +23,4 @@ Or `docker compose up` if you're on Windows!
2223

2324
Then, you should be able to access a Jupyter notebook at `localhost:8888`.
2425

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.

0 commit comments

Comments
 (0)