aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2016-04-22 17:50:24 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-04-22 17:50:24 -0700
commit7dde1da949d430c20a128bc3c6e5fe5c0271da11 (patch)
treee09b60dff207f1f2bd6bcf04338cc65fb4075fc4 /pom.xml
parentd7d0cad0ad7667c0e09ae01601ee0e4d0b09963c (diff)
downloadspark-7dde1da949d430c20a128bc3c6e5fe5c0271da11.tar.gz
spark-7dde1da949d430c20a128bc3c6e5fe5c0271da11.tar.bz2
spark-7dde1da949d430c20a128bc3c6e5fe5c0271da11.zip
[SPARK-14807] Create a compatibility module
## What changes were proposed in this pull request? This PR creates a compatibility module in sql (called `hive-1-x-compatibility`), which will host HiveContext in Spark 2.0 (moving HiveContext to here will be done separately). This module is not included in assembly because only users who still want to access HiveContext need it. ## How was this patch tested? I manually tested `sbt/sbt -Phive package` and `mvn -Phive package -DskipTests`. Author: Yin Huai <yhuai@databricks.com> Closes #12580 from yhuai/compatibility.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dfee5d7834..73334a852d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,7 @@
<module>sql/catalyst</module>
<module>sql/core</module>
<module>sql/hive</module>
+ <module>sql/hivecontext-compatibility</module>
<module>external/docker-integration-tests</module>
<module>assembly</module>
<module>external/flume</module>