Skip to content

Commit

Permalink
[FLINK-29528][fs] Remove Hadoop shading relics
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Nov 15, 2022
1 parent 86ca674 commit f8b3011
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 11,818 deletions.
32 changes: 0 additions & 32 deletions flink-filesystems/flink-fs-hadoop-shaded/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions flink-filesystems/flink-fs-hadoop-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,18 +248,6 @@ under the License.
</relocation>
</relocations>
<filters>
<!-- remove the classes from Hadoop that we replace with our overwritten implementation -->
<filter>
<artifact>org.apache.hadoop:hadoop-common</artifact>
<excludes>
<exclude>org/apache/hadoop/conf/Configuration**</exclude>
<exclude>org/apache/hadoop/util/NativeCodeLoader**</exclude>
<exclude>org/apache/hadoop/util/VersionInfo**</exclude>
<exclude>core-default.xml</exclude>
<exclude>common-version-info.properties</exclude>
<exclude>org.apache.hadoop.application-classloader.properties</exclude>
</excludes>
</filter>
<filter>
<artifact>*</artifact>
<excludes>
Expand Down
Loading

0 comments on commit f8b3011

Please sign in to comment.