aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-01-15 17:07:24 -0800
committerReynold Xin <rxin@databricks.com>2016-01-15 17:07:24 -0800
commit8dbbf3e75e70e98391b4a1705472caddd129945a (patch)
tree4eef41e6725b4ab0838ce15ad07e5aa0d7cdc1d0 /pom.xml
parentf6ddbb360ac6ac2778bbdbebbf2fcccabe73349b (diff)
downloadspark-8dbbf3e75e70e98391b4a1705472caddd129945a.tar.gz
spark-8dbbf3e75e70e98391b4a1705472caddd129945a.tar.bz2
spark-8dbbf3e75e70e98391b4a1705472caddd129945a.zip
[SPARK-12842][TEST-HADOOP2.7] Add Hadoop 2.7 build profile
This patch adds a Hadoop 2.7 build profile in order to let us automate tests against that version. /cc rxin srowen Author: Josh Rosen <joshrosen@databricks.com> Closes #10775 from JoshRosen/add-hadoop-2.7-profile.
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>