Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conorheffron/ironoc-spark

Sample pyspark Notebook
https://github.com/conorheffron/ironoc-spark

jupyter-notebook pyspark-notebook python3

Last synced: 12 days ago
JSON representation

Sample pyspark Notebook

Awesome Lists containing this project

README

        

# ironoc-spark

Run Jupyter Notebook via Docker & map workspace location:
```shell
docker run -p 8888:8888 -v /Users/conorheffron/workspace/ironoc-spark:/home/jovyan jupyter/minimal-notebook
```
Run Jupyter Notebook via Docker with PySpark & JDK pre-installed:
```shell
docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook
```
- Add csv, json & ipynb files to workspace directory

[Jupyter Notebook](https://github.com/conorheffron/ironoc-spark/blob/main/task-1-nb.ipynb)