aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-08-25 08:32:20 +0100
committerSean Owen <sowen@cloudera.com>2015-08-25 08:32:20 +0100
commit57b960bf3706728513f9e089455a533f0244312e (patch)
tree7fdab88dedaa2f7211004aaff3ba633974800995 /pom.xml
parentd4549fe58fa0d781e0e891bceff893420cb1d598 (diff)
downloadspark-57b960bf3706728513f9e089455a533f0244312e.tar.gz
spark-57b960bf3706728513f9e089455a533f0244312e.tar.bz2
spark-57b960bf3706728513f9e089455a533f0244312e.zip
[SPARK-6196] [BUILD] Remove MapR profiles in favor of hadoop-provided
Follow up to https://github.com/apache/spark/pull/7047 pwendell mentioned that MapR should use `hadoop-provided` now, and indeed the new build script does not produce `mapr3`/`mapr4` artifacts anymore. Hence the action seems to be to remove the profiles, which are now not used. CC trystanleftwich Author: Sean Owen <sowen@cloudera.com> Closes #8338 from srowen/SPARK-6196.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/pom.xml b/pom.xml
index d5945f2546..0716016523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2387,44 +2387,6 @@
</profile>
<profile>
- <id>mapr3</id>
- <properties>
- <hadoop.version>1.0.3-mapr-3.0.3</hadoop.version>
- <yarn.version>2.4.1-mapr-1408</yarn.version>
- <hbase.version>0.98.4-mapr-1408</hbase.version>
- <zookeeper.version>3.4.5-mapr-1406</zookeeper.version>
- </properties>
- </profile>
-
- <profile>
- <id>mapr4</id>
- <properties>
- <hadoop.version>2.4.1-mapr-1408</hadoop.version>
- <yarn.version>2.4.1-mapr-1408</yarn.version>
- <hbase.version>0.98.4-mapr-1408</hbase.version>
- <zookeeper.version>3.4.5-mapr-1406</zookeeper.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-recipes</artifactId>
- <version>${curator.version}</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>
-
- <profile>
<id>hive-thriftserver</id>
<modules>
<module>sql/hive-thriftserver</module>