aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/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 /sql/hive/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 'sql/hive/pom.xml')
-rw-r--r--sql/hive/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index e322340094..615b07e74d 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -136,16 +136,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>hive-0.12.0</id>
- <dependencies>
- <dependency>
- <groupId>com.twitter</groupId>
- <artifactId>parquet-hive-bundle</artifactId>
- <version>1.5.0</version>
- </dependency>
- </dependencies>
- </profile>
</profiles>
<build>