Uh oh!
There was an error while loading. Please reload this page.
[SPARK-4211][Build] Fixes hive.version in Maven profile hive-0.13.1 - #3072
[SPARK-4211][Build] Fixes hive.version in Maven profile hive-0.13.1#3072coderfi wants to merge 1 commit into
Conversation
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
AmplabJenkins
commented
Nov 3, 2014
Can one of the admins verify this patch? |
liancheng
commented
Nov 3, 2014
test this please |
SparkQA
commented
Nov 3, 2014
Test build #22809 has started for PR 3072 at commit
|
SparkQA
commented
Nov 3, 2014
Test build #22809 has finished for PR 3072 at commit
|
AmplabJenkins
commented
Nov 3, 2014
Test PASSed. |
liancheng
commented
Nov 3, 2014
@coderfi Would you please file a JIRA ticket for this and then rename the title of this PR to something like "[SPARK-9999][Build] Fixes hive.version in Maven profile hive-0.13.1"? |
liancheng
commented
Nov 3, 2014
This LGTM besides PR title and the missing JIRA ticket. Thanks! |
coderfi
commented
Nov 3, 2014
Hello, I'll file a ticket. Fi
|
hive-0.13.1 maven profile now sets hive.version=0.13.1apwendell
commented
Nov 3, 2014
LGTM |
marmbrus
commented
Nov 3, 2014
Thanks! Merged to master. |
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 df607da) Signed-off-by: Michael Armbrust <michael@databricks.com>
coderfi
commented
Nov 3, 2014
Glad to be of service. :) |
Simple pom.xml update.