sfcoy opened a new pull request #30022:
URL: https://github.com/apache/spark/pull/30022


    * Compatible with Hadoop > 3.2.0
    * Future proof for a while
   
   ### What changes were proposed in this pull request?
   
   Upgrade the Google Guava dependency for compatibility with Hadoop 3.2.1 and 
Hadoop 3.3.0. 
   
   ### Why are the changes needed?
   
   Spark fails at runtime with NoSuchMethodExceptions when built/run in 
conjunction with these versions, which make use of 
com.google.common.base.Preconditions methods that are not present in the 
version of Guava currently specified for Spark.
   
   
   ### Does this PR introduce _any_ user-facing change?
   This change introduces new dependencies into the build which are imported by 
the guava pom file.
   
   ### How was this patch tested?
   We are currently running ETL production processes using Spark builds with 
this Guava version.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to