Skip to content

Commit

Permalink
renamed master home mount to datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed May 15, 2023
1 parent 5d3142a commit 3d5515c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ helm install $SPARK_CHART_NAME /opt/spark \
--set-json='worker.extraVolumeMounts[3]={"name":"datasets","mountPath":"/datasets"}' \
--set-json="master.extraVolumes[0]={\"name\":\"course-workspace\",\"nfs\":{\"server\":\"${FILESYSTEM}\",\"path\":\"${WORKSPACE}\"}}" \
--set-json='master.extraVolumes[1]={"name":"home","persistentVolumeClaim":{"claimName":"home"}}' \
--set-json='master.extraVolumes[2]={"name":"home","persistentVolumeClaim":{"claimName":"dsmlp-datasets"}}' \
--set-json='master.extraVolumes[2]={"name":"datasets","persistentVolumeClaim":{"claimName":"dsmlp-datasets"}}' \
--set-json='master.extraVolumeMounts[0]={"name":"course-workspace","mountPath":"/home/${USER}"}' \
--set master.extraVolumeMounts[0].mountPath=/home/$USER \
--set master.extraVolumeMounts[0].subPath=home/$USER \
Expand Down

0 comments on commit 3d5515c

Please sign in to comment.