Skip to content

big-data-europe/docker-zeppelin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter chat

Docker Zeppelin

This repository contains Apache Zeppelin docker image, which is tuned to work with BDE clusters.

Example Usage

For example usage see docker-compose.yml and SANSA-Notebooks repository.

Dev

Start Hadoop/Spark cluster with Zeppelin notebook:

make up

Tear down Hadoop/Spark cluster with Zeppelin notebook:

make down

Bash into Zeppelin container:

make bash

Build and run Zeppelin separately:

make up
docker stop dockerzeppelin_zeppelin_1 && docker rm dockerzeppelin_zeppelin_1
make run

Build Zeppelin:

make build

For more details see the Makefile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published