hutiefang76 opened a new pull request, #19856: URL: https://github.com/apache/hudi/pull/19856
Closes #19511.\n\nBoth hudi-hive-sync-bundle and hudi-gcp-bundle already shade hudi-hadoop-common and hudi-hadoop-mr directly. Their explicit dependency on hudi-hadoop-mr-bundle therefore adds a second fat-jar dependency without contributing additional classes to either shipped bundle.\n\nThis follows the same minimal dependency cleanup as #19490 for the Presto bundle.\n\nVerification (Java 11):\n\n- Reactor build: mvn clean -DskipTests -Dscala-2.12 -Dspark3.5 -Dflink1.20 -pl packaging/hudi-hive-sync-bundle,packaging/hudi-gcp-bundle -am package\n- Repository-resolution build: after installing the same minimal reactor closure, mvn clean -DskipTests -Dscala-2.12 -Dspark3.5 -Dflink1.20 -pl packaging/hudi-hive-sync-bundle,packaging/hudi-gcp-bundle package, without -am\n- Complete sorted jar entry lists are unchanged before and after the removal: 10,672 entries for hudi-hive-sync-bundle and 5,361 entries for hudi-gcp-bundle.\n- The generated dependency-reduced POM for each target diffe rs only by removing org.apache.hudi:hudi-hadoop-mr-bundle. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
