You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
567 B
13 lines
567 B
# Kubeflow Spark Operator
|
|
|
|
Derived from https://github.com/kubeflow/spark-operator/
|
|
|
|
## What is Spark Operator?
|
|
|
|
The Kubernetes Operator for Apache Spark aims to make specifying and running [Spark](https://github.com/apache/spark) applications as easy and idiomatic as running other workloads on Kubernetes. It uses [Kubernetes custom resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) for specifying, running, and surfacing status of Spark applications.
|
|
|
|
## Update
|
|
|
|
Please use the synchronization script in /scripts.
|
|
|
|
|
|
|