This repository was archived by the owner on Jan 9, 2020. It is now read-only.
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
SparkJob resource in Kubernetes #111
Open
Description
We are planning to make changes to the way external resources are represented in Kubernetes. This includes TPRs which we planned on using for representing a SparkJob.
I'm using this issue as a place to collect thoughts about what items we want a spark job to surface up to Kubernetes.
A preliminary list includes the following:
- Spark-submit command line parameters (container images, cpu, memory, service account etc)
- Number of executors requested
- Number of executors active
- Job submission timestamp
- Job completion timestamp (if completed)
- URLs of driver and executor UIs
- Exit Status and Exit Reason (if completed)
Do we have other items we want Kubernetes to know about?