Skip to content

Commit b190d7a

Browse files
committed
chore: Add profile for hadoop 3.4.1
1 parent 910cb11 commit b190d7a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,20 @@
317317
<jackson.version>2.12.7.1</jackson.version>
318318
</properties>
319319
</profile>
320+
<profile>
321+
<id>hadoop-3.4.1</id>
322+
<!--
323+
Users need to explicitly set the version of Hadoop they want to build against
324+
<activation>
325+
<activeByDefault>true</activeByDefault>
326+
</activation>
327+
-->
328+
<properties>
329+
<hadoop.version>3.4.1</hadoop.version>
330+
<!-- Taken from https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common/3.4.1 -->
331+
<slf4j.version>1.7.36</slf4j.version>
332+
<jackson.version>2.12.7.1</jackson.version>
333+
</properties>
334+
</profile>
320335
</profiles>
321336
</project>

0 commit comments

Comments
 (0)