radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
157 stars 61 forks source link

align the API / config structure of applications with the operator from google #86

Open jkremser opened 6 years ago

jkremser commented 6 years ago

Currently, it supports only small subset of all possible params defined in here:

https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/api.md

reynoldsm88 commented 5 years ago

I'd like to take a look into ScheduledSparkApplication. I'll begin experimental changes in my fork :).