Git Product home page Git Product logo

docker-spark-jupyter-scala's Introduction

Apache Spark + Miniconda + Scala kernel for Jupyter on Docker

This docker image is based on this spark-Miniconda docker image, which additionally includes some useful data science tools:

Pull the image from Docker Repository

docker pull aghorbani/spark-jupyter-scala

Build the image

docker build --rm -t aghorbani/spark-jupyter-scala  .

Running the image

docker run -it -p 8088:8088 -p 8042:8042 -p 4040:4040 -p 8888:8888 -h sandbox aghorbani/spark-jupyter-scala

Store your notebooks in a local volume

docker run -it \
           -v /path/to/local/notebooks:/notebooks \
           -p 8088:8088 -p 8042:8042 -p 4040:4040 -p 8888:8888 \
           -h sandbox \
           aghorbani/spark-jupyter-scala

In the above command please replace /path/to/local/notebooks to your local volume, where you would like to have the notebooks.

For further details on the spark part of this image have a look here.

docker-spark-jupyter-scala's People

Contributors

a-ghorbani avatar

Watchers

 avatar

docker-spark-jupyter-scala's Issues

how to store the notebooks locally on my hard disk?

I would like to store the notebooks locally on my hard disk.

In simpler types of containers I've used volumes and mapped them on my physical disk.

Would you be so kind to recommend an approach, or better add the appropriate command to the README file?

Thanks in advance

(take into account that the links to Spark on the existing README are broken)

Token / Password Auth

How do I force the Jupyter install to ask for a token/password?
Tried modifying jupyter-notebook.sh with command line args and tried to put a jupyter_notebook_config.py in /root/.jupyter/ but it never works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.