Skip to content

Commit

Permalink
updated deployment for seperate QFS storage disk
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Jun 6, 2020
1 parent 882c37a commit 3a74238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark-qfs-swarm/deploy-spark-qfs-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- 20050:20050
volumes:
- type: bind
source: /mnt/data/qfs
source: /mnt/storage/qfs
target: /data/qfs
deploy:
resources:
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
- 8081:8081
volumes:
- type: bind
source: /mnt/data/qfs
source: /mnt/storage/qfs
target: /data/qfs
- type: bind
source: /mnt/data/spark
Expand Down

0 comments on commit 3a74238

Please sign in to comment.