Skip to content

Commit 78a6e99

Browse files
committed
add more deps
1 parent 04e466b commit 78a6e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ lazy val cloud_gcp = project
213213
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.131.0",
214214
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.51.0",
215215
libraryDependencies += "com.google.cloud.bigdataoss" % "gcs-connector" % "3.0.3", // it's what's on the cluster
216+
libraryDependencies += "com.google.cloud.bigdataoss" % "gcs-connector" % "hadoop3-2.2.26", // it's what's on the cluster
217+
libraryDependencies += "com.google.cloud.bigdataoss" % "gcsio" % "3.0.3", // need it for https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/master/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/GoogleCloudStorageFileSystem.java
216218
libraryDependencies += "io.circe" %% "circe-yaml" % "1.15.0",
217219
libraryDependencies += "org.mockito" % "mockito-core" % "5.12.0" % Test,
218220
libraryDependencies += "com.google.cloud.spark" %% s"spark-bigquery-with-dependencies" % "0.41.0",

0 commit comments

Comments
 (0)