Skip to content

bryan-zake/spark_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark 3.0.0 on Docker

This is a container to run Spark on Docker with a Jupyter Notebook for development.

Build

docker build -t spark_docker .

Run

docker-compose up -d

Accessing your Notebooks

docker container exec sparkdocker_jupyter_1 jupyter notebook list

Retrieving your Notebooks

If you want to retrieve your notebooks more readily, it might make more sense to use a bind-mount. Oherwise you will have to go into /var/lib/docker/volumes/ to retrieve your notebooks.

About

Spark 3.0.0. on Docker with Jupyter Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published