[SPARK-28869][DOCS][FOLLOWUP] Add direct relationship between configs for rolling event log#27576
[SPARK-28869][DOCS][FOLLOWUP] Add direct relationship between configs for rolling event log#27576HeartSaVioR wants to merge 2 commits into
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 |
| 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.
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.
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) <kabhwan.opensource@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 446b2d2) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
|
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) <kabhwan.opensource@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
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