spark-operator
spark-operator copied to clipboard
fix executor event formatting
The formatter args for the executor events are passed as slice instead of vararg, this causes the events to be displayed as follows:
Executor [exec-name %!s(int32=143) Error] failed with ExitCode: %!d(MISSING), Reason: %!s(MISSING)
Expected event format:
Executor [exec-name Error] failed with ExitCode: 143, Reason: <reason>
The build failed. Could you please take a look and fix it?
@liyinan926 The checks are failing for the following reason
resource used in gcr.io/spark-operator/spark-operator has changed in pkg/, need to update the appVersion in charts/spark-operator-chart/Chart.yaml
Should I go ahead and update the appVersion in the chart in this PR ?
eg:
from v1beta2-1.3.5-3.1.1 to v1beta2-1.3.6-3.1.1