Skip to content

Commit 71dc5e5

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 <[email protected]>
1 parent ea92553 commit 71dc5e5

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

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>

sparkbench/common/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,18 @@
2828
<version>${hadoop.mr2.version}</version>
2929
</dependency>
3030
</dependencies>
31+
<profiles>
32+
<profile>
33+
<id>hadoop3.2</id>
34+
<properties>
35+
<hadoop.mr2.version>3.2.0</hadoop.mr2.version>
36+
</properties>
37+
<activation>
38+
<property>
39+
<name>hadoop</name>
40+
<value>3.2</value>
41+
</property>
42+
</activation>
43+
</profile>
44+
</profiles>
3145
</project>

sparkbench/micro/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,18 @@
4444
</exclusions>
4545
</dependency>
4646
</dependencies>
47+
<profiles>
48+
<profile>
49+
<id>hadoop3.2</id>
50+
<properties>
51+
<hadoop.mr2.version>3.2.0</hadoop.mr2.version>
52+
</properties>
53+
<activation>
54+
<property>
55+
<name>hadoop</name>
56+
<value>3.2</value>
57+
</property>
58+
</activation>
59+
</profile>
60+
</profiles>
4761
</project>

0 commit comments

Comments
 (0)