gcp jar

seefoods
Valued Contributor

Hello everyone, 

My scala project have this dependencies : 

 

"org.apache.spark" %% "spark-sql" % sparkVersionValue % "provided",
"org.apache.spark" %% "spark-hive" % sparkVersionValue % "provided",
"io.delta" %% "delta-core" % "1.0.0",
"com.google.cloud" % "google-cloud-bigquery" % "2.11.2",
"com.google.cloud" % "google-cloud-storage" % "2.7.1",
"com.google.guava" % "guava" % "20.0"
 
When i compute my jar on databricks i got this error. Please could you give me an answer?
 
Cordially, 
 
Aubert

 

NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecutor()Ljava/util/concurrent/Executor;
at com.google.api.gax.retrying.BasicRetryingFuture.<init>(BasicRetryingFuture.java:88) at com.google.api.gax.retrying.DirectRetryingExecutor.createFuture(DirectRetryingExecutor.java:86) at com.google.api.gax.retrying.DirectRetryingExecutor.createFuture(DirectRetryingExecutor.java:73)