/spark-kubernetes-demo

Spark on Kubernetes for Demo

Primary LanguageDockerfile

Spark Demo on Kubernetes

###Project Summary


###Before you start, below configuration setting is needed

  • If you want to run it on Local VMs via Vagrant
export KUBERNETES_PROVIDER=vagrant
export KUBERNETES_MEMORY=2048
export NUM_MINIONS=4
  • If you want to run it on AWS
export KUBERNETES_PROVIDER=aws
export MASTER_SIZE=t2.small
export MINION_SIZE=t2.small
export NUM_MINIONS=4

###You can watch the demo video for Starting Spark on Kubernetes