cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

gcp jar

seefoods
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)
0 REPLIES 0