aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ea5b9c9d05..ae87813d4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,6 +502,12 @@
<profile>
<id>hadoop2</id>
+ <activation>
+ <property>
+ <name>hadoop</name>
+ <value>2</value>
+ </property>
+ </activation>
<properties>
<hadoop.major.version>2</hadoop.major.version>
</properties>