-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-scala_2.10 #4890
Conversation
@pwendell I have verified locally that this fixes the SQL CLI tool with Hive 0.12.0. However, I'm not sure whether this is the most proper/elegant way to do the exclusion. Please help review, thanks! |
Test build #28265 has started for PR 4890 at commit
|
Test build #28265 has finished for PR 4890 at commit
|
Test PASSed. |
@liancheng can you put this exclusion in the pom.xml file instead of in sbt? If you look there we already have other exclusions. |
@pwendell Thanks! Moved to POM. |
Test build #28274 has started for PR 4890 at commit
|
I'm going to "optimistically" merge this to cut another RC. |
…dule-scala_2.10 This PR excludes Guava 15.0 from the SBT build, to make Spark SQL CLI (`bin/spark-sql`) work when compiled against Hive 0.12.0. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/4890) <!-- Reviewable:end --> Author: Cheng Lian <[email protected]> Closes #4890 from liancheng/exclude-guava-15 and squashes the following commits: 91ae9fa [Cheng Lian] Moves Guava 15 exclusion from SBT build to POM 282bd2a [Cheng Lian] Excludes Guava 15 referenced by jackson-module-scala_2.10 (cherry picked from commit 1aa90e3) Signed-off-by: Patrick Wendell <[email protected]>
Test build #28274 has finished for PR 4890 at commit
|
Test PASSed. |
This PR excludes Guava 15.0 from the SBT build, to make Spark SQL CLI (
bin/spark-sql
) work when compiled against Hive 0.12.0.