-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-51216][BUILD] Remove the useless bigtop-dist
profile and the related outdated files
#49952
Conversation
bigtop-dist
profilebigtop-dist
profile and the related outdated files
bigtop-dist
profile and the related outdated filesbigtop-dist
profile and the related outdated files
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.
LGTM, the bigtop
profile is useless after BIGTOP-2569 (apache/bigtop@71df9df), which switched to dev/make-distribution.sh
to assemble the Spark.
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.
+1 for Apache Spark 4.1.0.
It looks like the assembly module has not been deleted in parent pom? |
@yaooqinn |
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.
LGTM
Merged into master. Thanks @dongjoon-hyun @yaooqinn and @pan3793 |
What changes were proposed in this pull request?
This PR removes the unused
bigtop-dist
configuration file, related configuration files, and outdatedREADME
file from theassembly
module, as Spark now usesdev/make-distribution.sh
to build the distribution instead of this profile.Why are the changes needed?
Remove the useless
bigtop-dist
profile and the related outdated filesDoes this PR introduce any user-facing change?
No
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
No