https://github.com/rimolive/zeppelin-openshift
Docker image to run Apache Zeppelin on top of OpenShift
https://github.com/rimolive/zeppelin-openshift
docker openshift zeppelin
Last synced: 4 months ago
JSON representation
Docker image to run Apache Zeppelin on top of OpenShift
- Host: GitHub
- URL: https://github.com/rimolive/zeppelin-openshift
- Owner: rimolive
- Created: 2017-07-10T15:13:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T13:21:08.000Z (over 6 years ago)
- Last Synced: 2025-04-08T11:18:46.761Z (about 1 year ago)
- Topics: docker, openshift, zeppelin
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


Apache Zeppelin image for OpenShift
-----------------------------------
Source code to build and run [Apache Zeppelin](http://zeppelin.apache.org/) on top of
[OpenShift](https://www.openshift.org/). This image uses [cekit](http://cekit.readthedocs.io)
to generate the environment to build the Docker image. To build the image, follow
[cekit installation guide](http://cekit.readthedocs.io/en/develop/installation.html#installing-cekit)
and run the following command:
```
$ make clean build
```