An open API service indexing awesome lists of open source software.

https://github.com/conker84/docker-zeppelin


https://github.com/conker84/docker-zeppelin

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Lightweight dockerization of [Apache Zeppelin](http://zeppelin.incubator.apache.org/) project.
The image is created starting from [master branch](https://github.com/apache/incubator-zeppelin) source built by the following command:
```shell
mvn clean package -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Pscala-2.11
```

Simple instructions to build the project

1. Build the project from GitHub:

```shell
docker build -t conker84/zeppelin https://github.com/conker84/docker-zeppelin.git
```
2. Run the project:

```shell
docker run -i -t -p 8080:8080 -p 8081:8081 -p 4040:4040 conker84/zeppelin
```
3. Open the browser at **http://your_docker_machine_ip:8080**

Enjoy!