anry007
Results
2
comments of
anry007
We are also hitting this issue on one of our environments. It seems suspicious that ` ... "driverInfo": {}, ... ` is not populated, same as `executorState` is not set...
Proposed solution # 2 can be implemented via setting spark-operator.podAnnotations.checksum/build to constantly changing version in your deployment script, e.g.: ``` helm upgrade my-umbrella-chart . --set spark-operator.podAnnotations.checksum/build=${my-build-version} ``` This will trigger...