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
I see that almost all SparkApplication properties are Optional, and at least some of them are actually required and cause an error if they are missing. For example the main_application_file.
Potential fix: make the required properties actually mandatory and not optional.
The text was updated successfully, but these errors were encountered:
Technically breaking, but not so in practice. From the changelog:
Removed version field. Several attributes have been changed to mandatory. While this change is
technically breaking, existing Spark jobs would not have worked before as these attributes were necessary
I see that almost all SparkApplication properties are Optional, and at least some of them are actually required and cause an error if they are missing. For example the
main_application_file
.Potential fix: make the required properties actually mandatory and not optional.
The text was updated successfully, but these errors were encountered: