Apache Zeppelin, a notebook with an favorite intertreter like Python, Scala Spark or PySpark.
90
Add below parameters to docker-compose-cluster.yml file.
version: "3"
services:
zeppelin:
image: nutthaphon/zeppelin:0.8.1-sshd
#restart: always
container_name: zeppelin
hostname: zeppelin
#working_dir: "/zeppelin"
#stdin_open: true
#tty: true
environment:
- ZEPPELIN_NOTEBOOK_DIR=/workspace/notebook
- ZEPPELIN_LOG_DIR=/workspace/logs
ports:
# SSH
- "2226:22"
# HTTP
- "9080:8080"
volumes:
- zeppelin-workspace:/workspace
- hdmaster-hadoop:/hadoop
- java-program:/java
- spark-program:/spark
volumes:
zeppelin-workspace:
driver: local
driver_opts:
o: bind
type: none
device: /home/nutt/Docker/bigdata/zeppelin/workspace
java-program:
driver: local
driver_opts:
o: bind
type: none
device: /home/nutt/Docker/bigdata/java/jdk1.8.0_211
spark-program:
driver: local
driver_opts:
o: bind
type: none
device: /home/nutt/Docker/bigdata/spark/spark-2.4.3-bin-hadoop2.7
hdmaster-hadoop:
driver: local
driver_opts:
o: bind
type: none
device: /home/nutt/Docker/bigdata/hadoop-3.1.2-cluster/hdmaster
Content type
Image
Digest
Size
2.3 GB
Last updated
about 7 years ago
docker pull nutthaphon/zeppelin:0.8.1-sshd