Skip to content

Commit

Permalink
Include hdfs-default.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed May 3, 2024
1 parent d20305b commit 1a4a7d2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,19 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${dep.hadoop.version}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
Expand Down Expand Up @@ -614,6 +627,12 @@
<exclude>org/apache/hadoop/crypto/key/kms/KMSClientProvider$*.class</exclude>
</excludes>
</filter>
<filter>
<artifact>org.apache.hadoop:hadoop-hdfs</artifact>
<includes>
<include>hdfs-default.xml</include>
</includes>
</filter>
<filter>
<artifact>org.apache.hadoop:hadoop-mapreduce-client-core</artifact>
<excludes>
Expand Down

0 comments on commit 1a4a7d2

Please sign in to comment.