Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 7d66b3f

Browse files
committed
Update autogen
* autogen/pom.xml * Add hadoop mr2 profile to be used for hadoop hdfs and client. Signed-off-by: Luis Ponce <luis.f.ponce.navarro@linux.intel.com>
1 parent 2e04a1d commit 7d66b3f

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

autogen/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,20 @@
5757
<version>${hadoop.mr2.version}</version>
5858
</dependency>
5959
</dependencies>
60-
60+
<profiles>
61+
<profile>
62+
<id>hadoop3.2</id>
63+
<properties>
64+
<hadoop.mr2.version>3.2.0</hadoop.mr2.version>
65+
</properties>
66+
<activation>
67+
<property>
68+
<name>hadoop</name>
69+
<value>3.2</value>
70+
</property>
71+
</activation>
72+
</profile>
73+
</profiles>
6174
<build>
6275
<plugins>
6376
<plugin>

0 commit comments

Comments
 (0)