vepetkov / zeppelin

Docker Image for Zeppelin 0.8.0-SNAPSHOT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeppelin 0.8.0-SNAPSHOT

Basic and unofficial Docker image for the development version of Apache Zeppelin, based on Debian Stretch and OpenJDK 8.

                    ##         .
              ## ## ##        ==
           ## ## ## ## ##    ===
       /"""""""""""""""""\___/ ===
  ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
       \______ o Zeppelin  __/
         \    \         __/
          \____\_______/

Overview

Dockerized single-host Zeppelin.

Exposed ports

  • 8080 - Zeppelin web application port
  • 8443 - Zeppelin web application secure port

Volumes

The folling volumes can be mounted on host machine to provide data inside the container:

  • /opt/zeppelin/conf
  • /opt/zeppelin/logs
  • /opt/zeppelin/notebook

Official Zeppelin Documentation:

Pre-Requisites

At least Docker 17.05 (Docker or Docker for Mac/Windows) is required as the build uses a multi-stage build.

How to use from Docker CLI

  1. Start a (Docker Quickstart) Terminal
  2. Run command docker run -d -p 8080:8080 vpetkov/zeppelin-0.8.0
  3. Connect to Zeppelin from your favorite browser, e.g. http://localhost:8080/#/

Enjoy! :)

About

Docker Image for Zeppelin 0.8.0-SNAPSHOT


Languages

Language:Shell 100.0%