Sign inSign up

logbase/spark-ipython

By logbase

Updated almost 11 years ago

Image
0

358

logbase/spark-ipython repository overview

#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.

Tag summary

Content type

Image

Digest

sha256:09038eb09

Size

991.9 MB

Last updated

almost 11 years ago

docker pull logbase/spark-ipython