Skip to content

Commit d6ad779

Browse files
committed
[SPARK-51216][BUILD] Remove the useless bigtop-dist profile and the related outdated files
### What changes were proposed in this pull request? This PR removes the unused `bigtop-dist` configuration file, related configuration files, and outdated `README` file from the `assembly` module, as Spark now uses `dev/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 files ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass Github Actions - Manual check: the modifications will not affect the distribution build. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#49952 from LuciferYang/remove-profile-bigtop-dist. Authored-by: yangjie01 <[email protected]> Signed-off-by: yangjie01 <[email protected]>
1 parent 47edf4b commit d6ad779

File tree

3 files changed

+0
-133
lines changed

3 files changed

+0
-133
lines changed

assembly/README

-12
This file was deleted.

assembly/pom.xml

-28
Original file line numberDiff line numberDiff line change
@@ -277,34 +277,6 @@
277277
</dependency>
278278
</dependencies>
279279
</profile>
280-
<profile>
281-
<id>bigtop-dist</id>
282-
<!-- This profile uses the assembly plugin to create a special "dist" package for BigTop
283-
that contains Spark but not the Hadoop JARs it depends on. -->
284-
<build>
285-
<plugins>
286-
<plugin>
287-
<groupId>org.apache.maven.plugins</groupId>
288-
<artifactId>maven-assembly-plugin</artifactId>
289-
<version>3.1.0</version>
290-
<executions>
291-
<execution>
292-
<id>dist</id>
293-
<phase>package</phase>
294-
<goals>
295-
<goal>single</goal>
296-
</goals>
297-
<configuration>
298-
<descriptors>
299-
<descriptor>src/main/assembly/assembly.xml</descriptor>
300-
</descriptors>
301-
</configuration>
302-
</execution>
303-
</executions>
304-
</plugin>
305-
</plugins>
306-
</build>
307-
</profile>
308280

309281
<!-- Profiles that disable inclusion of certain dependencies. -->
310282
<profile>

assembly/src/main/assembly/assembly.xml

-93
This file was deleted.

0 commit comments

Comments
 (0)