We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every Spark application now stores it event logs which allows investigation after the fact.
While this data has a lot of value for debugging issues or deep dives it won´t be used in the majority of the cases.
It would be preferred to have a default of "spark.eventLog.enabled": "false" and to allow enablement (e.g. via job options)
"spark.eventLog.enabled": "false"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Every Spark application now stores it event logs which allows investigation after the fact.
While this data has a lot of value for debugging issues or deep dives it won´t be used in the majority of the cases.
It would be preferred to have a default of
"spark.eventLog.enabled": "false"
and to allow enablement (e.g. via job options)The text was updated successfully, but these errors were encountered: