aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorfi <coderfi@gmail.com>2014-11-03 12:56:56 -0800
committerMichael Armbrust <michael@databricks.com>2014-11-03 12:57:09 -0800
commitfc782896b5d51161feee950107df2acf17e12422 (patch)
treed61c56f1c5eaba887033611e021467f60ecfff9d /pom.xml
parenta68321400c1068449698d03cebd0fbf648627133 (diff)
downloadspark-fc782896b5d51161feee950107df2acf17e12422.tar.gz
spark-fc782896b5d51161feee950107df2acf17e12422.tar.bz2
spark-fc782896b5d51161feee950107df2acf17e12422.zip
[SPARK-4211][Build] Fixes hive.version in Maven profile hive-0.13.1
instead of `hive.version=0.13.1`. e.g. mvn -Phive -Phive=0.13.1 Note: `hive.version=0.13.1a` is the default property value. However, when explicitly specifying the `hive-0.13.1` maven profile, the wrong one would be selected. References: PR #2685, which resolved a package incompatibility issue with Hive-0.13.1 by introducing a special version Hive-0.13.1a Author: fi <coderfi@gmail.com> Closes #3072 from coderfi/master and squashes the following commits: 7ca4b1e [fi] Fixes the `hive-0.13.1` maven profile referencing `hive.version=0.13.1` instead of the Spark compatible `hive.version=0.13.1a` Note: `hive.version=0.13.1a` is the default version. However, when explicitly specifying the `hive-0.13.1` maven profile, the wrong one would be selected. e.g. mvn -Phive -Phive=0.13.1 See PR #2685 (cherry picked from commit df607da025488d6c924d3d70eddb67f5523080d3) Signed-off-by: Michael Armbrust <michael@databricks.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 6191cd3a54..eb613531b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1359,7 +1359,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
- <hive.version>0.13.1</hive.version>
+ <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>