Setting up a Spark Standalone Cluster
This is a quick note on how to set up a Spark cluster in standalone mode. This is useful if you want to setup a cluster for your own development purposes or if you just want to do it for fun—for more serious use cases, Spark clusters should be setup on top of YARN or Kubernetes. You will need to create a few VMs: one VM for the cluster manager and then one or more VMs where the executors will be running....