Skip to content

koukumar/docker-spark-ipython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#spark-ipython

##What is this image? This image contains spark in a single node configuration (from sequenceiq/docker-spark), ipython notebook.

##How to use this image?

docker run -d --name spark-ipython -p 8888:8888 logbase/spark-ipython

To mount a host drive for ipython storage:

docker run -d --name ispark-ipython -p 8888:8888 -v <path>:/ipython logbase/spark-ipython

To access shell of the container for loading files to hdfs:

docker exec -it spark-ipython /bin/bash

Inside the container, use hdfs/hadoop cmd to load files to hdfs.

About

A docker image for spark with ipython.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages