해당 문서는 Spark를 kubernetes에 올리는 내용을 정리하기 위해 작성된 문서이다.
Apache Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Java, Scala, Python and R, and an optimized engine that supports general execution graphs. It also supports a rich set of higher-level tools including Spark SQL for SQL and structured data processing, pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for incremental computation and stream processing.
link
출처 : https://spark.apache.org/docs/latest/cluster-overview.html