Deploy Apache Spark with Kubernetes (K8s)
Apache Spark is one of the most used distributed engines to deal with large amounts of data. Multiple tools can be used to run Spark: Spark Standalone, Apache Hadoop Yarn, Apache Mesos, and Kubernetes. In this hands-on article, we’ll show how to use spark-k8s-operator to run Spark on Kubernetes. Prerequisites Before you start, make sure…