aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-20 12:18:41 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-20 12:19:19 -0700
commitceb19830b88486faa87ff41e18d03ede713a73cc (patch)
tree991809860d0a3fdcdb3a5d675c02568f5b64aca9 /pom.xml
parentf2f26c2a1dc6d60078c3be9c3d11a21866d9a24f (diff)
downloadspark-ceb19830b88486faa87ff41e18d03ede713a73cc.tar.gz
spark-ceb19830b88486faa87ff41e18d03ede713a73cc.tar.bz2
spark-ceb19830b88486faa87ff41e18d03ede713a73cc.zip
BUILD: Bump Hadoop versions in the release build.
Also, minor modifications to the MapR profile.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml39
1 files changed, 35 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index dd4c4ee80a..7ed07ad7df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1115,18 +1115,49 @@
</profile>
<profile>
- <id>mapr</id>
+ <id>mapr3</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<hadoop.version>1.0.3-mapr-3.0.3</hadoop.version>
- <yarn.version>2.3.0-mapr-4.0.0-beta</yarn.version>
- <hbase.version>0.94.17-mapr-1403</hbase.version>
- <zookeeper.version>3.4.5-mapr-1401</zookeeper.version>
+ <yarn.version>2.3.0-mapr-4.0.0-FCS</yarn.version>
+ <hbase.version>0.94.17-mapr-1405</hbase.version>
+ <zookeeper.version>3.4.5-mapr-1406</zookeeper.version>
</properties>
</profile>
+ <profile>
+ <id>mapr4</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <hadoop.version>2.3.0-mapr-4.0.0-FCS</hadoop.version>
+ <yarn.version>2.3.0-mapr-4.0.0-FCS</yarn.version>
+ <hbase.version>0.94.17-mapr-1405-4.0.0-FCS</hbase.version>
+ <zookeeper.version>3.4.5-mapr-1406</zookeeper.version>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-recipes</artifactId>
+ <version>2.4.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <version>3.4.5-mapr-1406</version>
+ </dependency>
+ </dependencies>
+ </profile>
+
<!-- Build without Hadoop dependencies that are included in some runtime environments. -->
<profile>
<id>hadoop-provided</id>