Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.21 KB

scispark-zeppelin

SciSpark Dockerfile based on dylanmei/docker-zeppelin. Updates include:

  • stand-alone configuration of HDFS
  • installation of Anaconda Python
  • Spark reconfigured for Anaconda Python

This image contains:

The source image is located at DockerHub under pymonger/scispark-zeppelin.

Simple Usage

To build a SciSpark Zeppelin image using the Dockerfile:

VERSION=v0.2_001
docker build --rm --force-rm -t pymonger/scispark-zeppelin:${VERSION} -f Dockerfile .

To run the built SciSpark Zeppelin image in a container:

docker run --rm -p 8080:8080 pymonger/scispark-zeppelin:${VERSION}

Zeppelin will be running at http://${YOUR_DOCKER_HOST}:8080.

Advanced Usage

Customize the Dockerfile to install data to HDFS or preload notebooks to Zeppelin and rerun the build instructions above. Remember to increment the VERSION.