KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
docker-zeppelin
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pubsub-backup
:
No description available.
Adafruit_MCP3008
:
MCP3008 8-Channel 10-Bit ADC
YHDownLoad
:
tableview中下载任务,多线程,并发,解决重用
jekyll-starter-kit
:
A simple framework for starting your own Jekyll project
monolog-factory
:
🏭 Configuration-based Monolog logger factory.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docker-zeppelin
?
Download (.md)
[](https://gitter.im/big-data-europe/Lobby) # Docker Zeppelin This repository contains [Apache Zeppelin](https://zeppelin.apache.org/) docker image, which is tuned to work with BDE clusters. # Example Usage For example usage see [docker-compose.yml](./docker-compose.yml) and [SANSA-Notebooks repository](https://github.com/SANSA-Stack/SANSA-Notebooks). # 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.