Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Sep 25, 2024
1 parent b264aed commit aaf84c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ironoc-spark

Run Jupyter Notebook via Docker & map workspace location:
- docker run -p 8888:8888 -v /Users/conorheffron/workspace/task1:/home/jovyan jupyter/minimal-notebook

Run Jupyter Notebook via Docker with PySpark & JDK pre-installed:
- docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook
- Add csv, json & ipynb files to workspace directory
- Add csv, json & ipynb files to workspace directory

0 comments on commit aaf84c7

Please sign in to comment.