aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-20 12:13:31 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-20 12:13:43 -0700
commitca7322dda10def28b1133876aa9196f555c5025e (patch)
tree6462134456a1a686df09c46403225cc90badbadf /pom.xml
parent9b29099557596356c2ae6baa82afc899c8a557f2 (diff)
downloadspark-ca7322dda10def28b1133876aa9196f555c5025e.tar.gz
spark-ca7322dda10def28b1133876aa9196f555c5025e.tar.bz2
spark-ca7322dda10def28b1133876aa9196f555c5025e.zip
SPARK-3092 [SQL]: Always include the thriftserver when -Phive is enabled.
Currently we have a separate profile called hive-thriftserver. I originally suggested this in case users did not want to bundle the thriftserver, but it's ultimately lead to a lot of confusion. Since the thriftserver is only a few classes, I don't see a really good reason to isolate it from the rest of Hive. So let's go ahead and just include it in the same profile to simplify things. This has been suggested in the past by liancheng. Author: Patrick Wendell <pwendell@gmail.com> Closes #2006 from pwendell/hiveserver and squashes the following commits: 742ea40 [Patrick Wendell] Merge remote-tracking branch 'apache/master' into hiveserver 034ad47 [Patrick Wendell] SPARK-3092: Always include the thriftserver when -Phive is enabled. (cherry picked from commit f2f26c2a1dc6d60078c3be9c3d11a21866d9a24f) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8c4c4af0ed..1479326af0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1178,7 +1178,7 @@
</profile>
<profile>
- <id>hive-thriftserver</id>
+ <id>hive</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>