-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-53926][DOCS] Document newly added core module configurations
#52626
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
|
cc @cxzl25, @cloud-fan , @pan3793 , @yaooqinn , @viirya , @peter-toth , @ericm-db , @LuciferYang , @ForVic , @mridulm |
|
Thanks @dongjoon-hyun |
|
Thank you, @viirya . |
ericm-db
left a comment
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 @dongjoon-hyun
|
Thank you, @HyukjinKwon and @ericm-db . |
|
Thank you, @zhengruifeng and @pan3793 . Merged to master for Apache Spark 4.1.0-preview3. |
### What changes were proposed in this pull request? This PR aims to document newly added `core` module configurations as a part of Apache Spark 4.1.0 preparation. ### Why are the changes needed? To help the users use new features easily. - apache#47856 - apache#51130 - apache#51163 - apache#51604 - apache#51630 - apache#51708 - apache#51885 - apache#52091 - apache#52382 ### Does this PR introduce _any_ user-facing change? No behavior change because this is a documentation update. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52626 from dongjoon-hyun/SPARK-53926. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to document newly added
coremodule configurations as a part of Apache Spark 4.1.0 preparation.Why are the changes needed?
To help the users use new features easily.
spark.eventLog.excludedPatterns#51163On-Demand Log Loadingfor rolling logs inHistory Server#51604Does this PR introduce any user-facing change?
No behavior change because this is a documentation update.
How was this patch tested?
Manual review.
Was this patch authored or co-authored using generative AI tooling?
No.