beryllw commented on PR #1522:
URL: https://github.com/apache/fluss/pull/1522#issuecomment-3326759903

   
https://github.com/beryllw/fluss/blob/1f449da72488141337bbfbb72e1fb6a670c0d871/fluss-filesystems/fluss-fs-hdfs/pom.xml#L52-L63
   
   Exclude hadoop-common for fluss-hadoop-shaded already shaded hadoop-common.
   
   # Fluss 0.7.0
   ```
   46M fluss/plugins/hdfs/fluss-fs-hadoop-0.8.0.jar
   ```
   ```
   From: 'Apache Software Foundation' (https://www.apache.org)
   
     - Apache Hadoop Annotations  org.apache.hadoop:hadoop-annotations:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop Auth  org.apache.hadoop:hadoop-auth:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop Common  org.apache.hadoop:hadoop-common:jar:2.10.2
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop HDFS Client  org.apache.hadoop:hadoop-hdfs-client:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop shaded Guava 
(https://www.apache.org/hadoop-thirdparty/hadoop-shaded-guava/) 
org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   /plugins/hdfs/fluss-fs-hadoop-0.8.0.jar::META-INF/DEPENDENCIES
   ```
   
   #With this PR(But not exclude hadoop-common)
   ```
   ll ./target                              
   -rw-r--r--@ 1 xxx  staff    45M Sep 24 14:33 fluss-fs-hdfs-0.8-SNAPSHOT.jar
   ```
   ```
   From: 'Apache Software Foundation' (https://www.apache.org)
   
     - Apache Hadoop Annotations  org.apache.hadoop:hadoop-annotations:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop Auth  org.apache.hadoop:hadoop-auth:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop Common  org.apache.hadoop:hadoop-common:jar:2.10.2
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop HDFS Client  org.apache.hadoop:hadoop-hdfs-client:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
     - Apache Hadoop shaded Guava 
(https://www.apache.org/hadoop-thirdparty/hadoop-shaded-guava/) 
org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
zipfile:///xxxxx/fluss/fluss-filesystems/fluss-fs-hdfs/target/fluss-fs-hdfs-0.8-SNAPSHOT.jar::META-INF/DEPENDENCIES
  
   ```
   
   # After this PR(Exclude hadoop-common)
   ```                                                                          
                
   -rw-r--r--@ 1 xxxx  staff    31M Sep 24 14:19 fluss-fs-hdfs-0.8-SNAPSHOT.jar
   ```
   
   ```
   From: 'Apache Software Foundation' (https://www.apache.org)
   
     - Apache Hadoop HDFS Client  org.apache.hadoop:hadoop-hdfs-client:jar:3.3.4
       License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
   
zipfile:///xxxxx/fluss/fluss-filesystems/fluss-fs-hdfs/target/fluss-fs-hdfs-0.8-SNAPSHOT.jar::META-INF/DEPENDENCIES
  
   ```
    


-- 
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]

Reply via email to