-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b264aed
commit aaf84c7
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |