-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-28869][DOCS][FOLLOWUP] Add direct relationship between configs for rolling event log #27576
New issue
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
Conversation
… for rolling event log
|
cc. @HyukjinKwon |
|
Test build #118399 has finished for PR 27576 at commit
|
|
retest this, please |
|
Test build #118405 has finished for PR 27576 at commit
|
|
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @HeartSaVioR.
| private[spark] val EVENT_LOG_ROLLING_MAX_FILE_SIZE = | ||
| ConfigBuilder("spark.eventLog.rolling.maxFileSize") | ||
| .doc("The max size of event log file to be rolled over.") | ||
| .doc(s"Precondition: ${EVENT_LOG_ENABLE_ROLLING.key}. " + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I saw the new PR #27575. We could match how we describe there. Shall we also fix docs/configuration.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! I missed we have equivalent description in doc as well. Will update as well.
|
Test build #118415 has finished for PR 27576 at commit
|
ff2170f to
705d129
Compare
|
Picked existing style from #27575, and updated here as well. |
|
Test build #118474 has finished for PR 27576 at commit
|
|
Thanks @HeartSaVioR for folliwing up this one. |
|
Merged to master and branch-3.0. |
… for rolling event log ### What changes were proposed in this pull request? This patch addresses the post-hoc review comment linked here - #25670 (comment) ### Why are the changes needed? We would like to explicitly document the direct relationship before we finish up structuring of configurations. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? N/A Closes #27576 from HeartSaVioR/SPARK-28869-FOLLOWUP-doc. Authored-by: Jungtaek Lim (HeartSaVioR) <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 446b2d2) Signed-off-by: HyukjinKwon <[email protected]>
|
Thanks for reviewing and merging! |
… for rolling event log ### What changes were proposed in this pull request? This patch addresses the post-hoc review comment linked here - apache#25670 (comment) ### Why are the changes needed? We would like to explicitly document the direct relationship before we finish up structuring of configurations. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? N/A Closes apache#27576 from HeartSaVioR/SPARK-28869-FOLLOWUP-doc. Authored-by: Jungtaek Lim (HeartSaVioR) <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
What changes were proposed in this pull request?
This patch addresses the post-hoc review comment linked here - #25670 (comment)
Why are the changes needed?
We would like to explicitly document the direct relationship before we finish up structuring of configurations.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A