aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
Diffstat (limited to 'assembly')
-rw-r--r--assembly/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 31a01e4d8e..bfef95b8de 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -197,6 +197,12 @@
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <!-- TODO: Move this to "hive" profile once 0.13 JDBC is supported -->
+ <id>hive-0.12.0</id>
+ <dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive-thriftserver_${scala.binary.version}</artifactId>