danielradulov commented on pull request #29326:
URL: https://github.com/apache/spark/pull/29326#issuecomment-691689843


   Hi Guys, I am having problems with Guava on Spark 3.0.0 and 3.0.1 with 
Hadoop 3.2.1 and Hive 3.12.  
   
   I am using Spark Operator developed by Google, all seems to work fine except 
when I try to use Spark integrated with Hive Metastore. In this case I am 
facing the following error:  
   
   java.lang.NoSuchMethodError: 
com.google.common.base.Preconditions.checkArgument
   
   I have tried several workarounds like replacing Guava, Spark spec on client  
"spark.executor.userClassPathFirst": "true" "spark.driver.userClassPathFirst": 
"true", shading Guava with maven-shade-plugin and unfortunately any of this 
alternatives are working properly.
   
   I hope you can be able to upgrade Guava soon in Spark.
   
   thanks.


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to