aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorCheolsoo Park <cheolsoop@netflix.com>2015-05-27 00:18:42 -0700
committerReynold Xin <rxin@databricks.com>2015-05-27 00:18:42 -0700
commit6dd645870d34d97ac992032bfd6cf39f20a0c50f (patch)
tree4d50c4c56aa63376f24ae8912e98285ab97c4996 /pom.xml
parenta9f1c0c57b9be586dbada09dab91dcfce31141d9 (diff)
downloadspark-6dd645870d34d97ac992032bfd6cf39f20a0c50f.tar.gz
spark-6dd645870d34d97ac992032bfd6cf39f20a0c50f.tar.bz2
spark-6dd645870d34d97ac992032bfd6cf39f20a0c50f.zip
[SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removed
I grep'ed hive-0.12.0 in the source code and removed all the profiles and doc references. Author: Cheolsoo Park <cheolsoop@netflix.com> Closes #6393 from piaozhexiu/SPARK-7850 and squashes the following commits: fb429ce [Cheolsoo Park] Remove hive-0.13.1 profile 82bf09a [Cheolsoo Park] Remove hive 0.12.0 shim code f3722da [Cheolsoo Park] Remove hive-0.12.0 profile and references from POM and build docs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index c72d7cbf84..711edf9efa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1753,22 +1753,6 @@
<module>sql/hive-thriftserver</module>
</modules>
</profile>
- <profile>
- <id>hive-0.12.0</id>
- <properties>
- <hive.version>0.12.0-protobuf-2.5</hive.version>
- <hive.version.short>0.12.0</hive.version.short>
- <derby.version>10.4.2.0</derby.version>
- </properties>
- </profile>
- <profile>
- <id>hive-0.13.1</id>
- <properties>
- <hive.version>0.13.1a</hive.version>
- <hive.version.short>0.13.1</hive.version.short>
- <derby.version>10.10.1.1</derby.version>
- </properties>
- </profile>
<profile>
<id>scala-2.10</id>