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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file.
33
33
### Deprecated
34
34
35
35
-`SparkApplication`/`SparkApplicationTemplate``spec.job` is deprecated and ignored since `v1alpha2` (renamed to `deprecatedJob` in that version). The driver `Job` is now built from `spec.driver` ([#711]).
36
-
-`SparkApplication`/`SparkApplicationTemplate``spec.mode` is deprecated and ignored: the operator always runs the driver in client mode internally ([#711]).
36
+
-`SparkApplication`/`SparkApplicationTemplate``spec.mode` is deprecated and ignored (renamed to `deprecatedMode` in `v1alpha2`): the operator always runs the driver in client mode internally. `mode` is now optional in `v1alpha1` as well ([#711]).
0 commit comments