Skip to content

Commit

Permalink
enabled glusterfs to be used for daa in spark
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Sep 13, 2019
1 parent ebbb894 commit 362566f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spark-on-docker-swarm/deploy-spark-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ services:
- 6066:6066
- 7077:7077
- 8080:8080
volumes:
- type: bind
source: /mnt/gfs/data
target: /data
deploy:
resources:
limits:
Expand All @@ -47,6 +51,10 @@ services:
- spark-network
ports:
- 8081:8081
volumes:
- type: bind
source: /mnt/gfs/data
target: /data
deploy:
mode: replicated
replicas: 4
Expand Down Expand Up @@ -77,6 +85,9 @@ services:
- type: bind
source: /mnt/gfs/jupyter-notbooks
target: /home/jupyter/notebooks
- type: bind
source: /mnt/gfs/data
target: /data
deploy:
resources:
limits:
Expand Down

0 comments on commit 362566f

Please sign in to comment.