tqa236 / Big-Data-Analytics-Using-Spark-edX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big-Data-Analytics-Using-Spark-edX

Pull the Docker image

docker pull ucsddse230/cse255-dse230

Run the Docker image

docker run -it -p 8888:8888 -v "$(pwd):/home/ucsddse230/work" ucsddse230/cse255-dse230 /bin/bash

Then launch Jupyter Notebook inside the container

jupyter notebook

Finally, open http://localhost:8888 on a browser

Build from source

docker build --tag big-data-spark .
docker run -it -p 8888:8888 -v "$(pwd):/home/ucsddse230/work" big-data-spark /bin/bash

About

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Dockerfile 0.2%