mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* Adding LexisNexis to USERS.md * Adding Istio healthcheck * Adding Jaeger healthcheck * Adding Kafka healthcheck * Adding Kiali healthcheck * Adding Knative healthchecks * Adding Spark Application healthcheck * Adding Zookeeper healthcheck
33 lines
No EOL
969 B
YAML
33 lines
No EOL
969 B
YAML
apiVersion: sparkoperator.k8s.io/v1beta2
|
|
kind: SparkApplication
|
|
metadata:
|
|
generation: 4
|
|
labels:
|
|
argocd.argoproj.io/instance: spark-job
|
|
name: spark-job-app
|
|
namespace: spark-cluster
|
|
resourceVersion: "31812990"
|
|
uid: bfee52b0-74ca-4465-8005-f6643097ed64
|
|
spec:
|
|
executor:
|
|
instances: 4
|
|
status:
|
|
applicationState:
|
|
state: FAILED
|
|
errorMessage: Job Failed
|
|
driverInfo:
|
|
podName: spark-job-app-driver
|
|
webUIAddress: 172.20.207.161:4040
|
|
webUIPort: 4040
|
|
webUIServiceName: spark-job-app-ui-svc
|
|
executionAttempts: 13
|
|
executorState:
|
|
spark-job-app-1591613851251-exec-1: FAILED
|
|
spark-job-app-1591613851251-exec-2: RUNNING
|
|
spark-job-app-1591613851251-exec-4: FAILED
|
|
spark-job-app-1591613851251-exec-5: RUNNING
|
|
lastSubmissionAttemptTime: "2020-06-08T10:57:32Z"
|
|
sparkApplicationId: spark-a5920b2a5aa04d22a737c60759b5bf82
|
|
submissionAttempts: 1
|
|
submissionID: 3e713ec8-9f6c-4e78-ac28-749797c846f0
|
|
terminationTime: null |