aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fc5cf970e0..fca6269913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2422,6 +2422,16 @@
</profile>
<profile>
+ <id>hadoop-2.7</id>
+ <properties>
+ <hadoop.version>2.7.0</hadoop.version>
+ <jets3t.version>0.9.3</jets3t.version>
+ <zookeeper.version>3.4.6</zookeeper.version>
+ <curator.version>2.6.0</curator.version>
+ </properties>
+ </profile>
+
+ <profile>
<id>yarn</id>
<modules>
<module>yarn</module>