Skip to content

Commit

Permalink
✨ add livy container
Browse files Browse the repository at this point in the history
Signed-off-by: Kimdongui <[email protected]>
  • Loading branch information
Kimdongui committed Oct 24, 2023
1 parent adf8a74 commit fe09a5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ services:
- ./src:/home/jovyan
- ./docker/spark/spark-defaults.conf:/usr/local/spark/conf/spark-defaults.conf

spark-livy:
build: ./docker/spark/livy
container_name: spark-livy
environment:
- SPARK_HOME=/opt/bitnami/spark
command: sh -c /opt/bitnami/livy/bin/livy-server
volumes:
- ./docker/spark/livy/conf/:/opt/bitnami/livy/conf/


minio:
image: minio/minio:RELEASE.2023-09-07T02-05-02Z
container_name: minio
Expand Down

0 comments on commit fe09a5b

Please sign in to comment.