You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/05/05 18:16:00 UTC

[jira] [Commented] (SPARK-31644) Make Spark's guava version configurable from the maven command line.

    [ https://issues.apache.org/jira/browse/SPARK-31644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100160#comment-17100160 ] 

Apache Spark commented on SPARK-31644:
--------------------------------------

User 'steveloughran' has created a pull request for this issue:
https://github.com/apache/spark/pull/28455

> Make Spark's guava version configurable from the maven command line.
> --------------------------------------------------------------------
>
>                 Key: SPARK-31644
>                 URL: https://issues.apache.org/jira/browse/SPARK-31644
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1.0
>            Reporter: Steve Loughran
>            Priority: Minor
>
> All future releases of hadoop are going to ship with 27.0 or later, *including point releases of the 3.1 branch, which is a mixed blessing.
> Pro: 
> * it's up to date
> * no active CVEs
> Con:
>  * code which uses things the guava team removed won't compile
>  * code built with the later release won't link to older versions due to signature overloading, with Preconditions.checkArgument a key example
> Making the guava.version spark pulls in an overrideable value makes it possible to choose the version to build with alongside the -Dhadoop.version selection of hadoop version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org