https://github.com/conker84/docker-zeppelin
https://github.com/conker84/docker-zeppelin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conker84/docker-zeppelin
- Owner: conker84
- Created: 2015-11-13T22:49:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T11:15:31.000Z (over 8 years ago)
- Last Synced: 2025-02-10T15:50:20.623Z (4 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!