Skip to content

Instantly share code, notes, and snippets.

@TomLous
Created January 1, 2020 19:24
Show Gist options
  • Save TomLous/37d6f49879f6175732f66d2f60b33aff to your computer and use it in GitHub Desktop.
Save TomLous/37d6f49879f6175732f66d2f60b33aff to your computer and use it in GitHub Desktop.
Env specific values for minikube
environment: minikube
serviceAccount: spark-spark
arguments:
- "/mnt/data-in/"
- "/mnt/data-out/"
volumes:
- name: input-data
hostPath:
path: /input-data
- name: output-data
hostPath:
path: /output-data
mounts:
input-data: /mnt/data-in
output-data: /mnt/data-out
driver:
cores: 1
memory: "2g"
executor:
instances: 2
cores: 1
memory: "1g"
hadoopConf:
sparkConf:
hostNetwork: false
imagePullPolicy: Never
userId: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment