You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| .spec.applicationTolerations.resourceRetainPolicy | String (`Always` / `OnFailure` / `Never`) | Never | Configure operator to delete / retain secondary resources for an app after it terminates. |
348
+
| .spec.applicationTolerations.resourceRetainDurationMillis | integer | -1 or `ttlAfterStopMillis`, if the latter is set | Time to wait for releasing secondary resources after app termination. If `resourceRetainPolicy` is not `Never` and this is set to a negative value, operator would retain secondary resources with the same lifecycle as the application itself. If set to a positive value that's greater than `ttlAfterStopMillis`, the latter would take higher precedence. Operator may delete application and all secondary resources after `ttlAfterStopMillis`. |
349
+
| .spec.applicationTolerations.ttlAfterStopMillis | integer | -1 | Time-to-live in milliseconds for SparkApplication and all its associated secondary resources. If set to a negative value, the application would be retained and not be garbage collected by operator. |
350
+
313
351
## Spark Cluster
314
352
315
353
Spark Operator also supports launching Spark clusters in k8s via `SparkCluster` custom resource,
0 commit comments