MightyTedKim commented on issue #16290:
URL: https://github.com/apache/airflow/issues/16290#issuecomment-976041692
I made my yaml like this
```
apiVersion: "sparkoperator.k8s.io/v1beta2"
kind: SparkApplicationmetadata:
#name: sparkapp-test
name: "sparkapp-test-{{ ts_nodash\|lower }}-{{ task_instance.try_number }}"
spec:
type: Python
pythonVersion: "3"
timeToLiveSeconds: 3600 # delete sparkapplication after an hour
```
still on a dev phase, but works as I expected
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]