Exercise: Submitting Spark Application to Spark Standalone Cluster
Duration: 30 mins
Steps
- Spin up a Spark Standalone cluster
- bin/spark-class
- org.apache.spark.deploy.master.Master
- org.apache.spark.deploy.worker.Worker
- Submit Spark application to Cluster
- spark-submit –master spark://localhost:7077