Skip to content

Commit 8a1ab28

Browse files
committed
update hadoop-client version
1 parent 719adb5 commit 8a1ab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ lazy val defaultCore = (project in file("default-core"))
814814
commonSettings,
815815
skipReleaseSettings,
816816
libraryDependencies ++= Seq(
817-
"org.apache.hadoop" % "hadoop-client" % "3.1.0", // Configuration, Path
817+
"org.apache.hadoop" % "hadoop-client-api" % "3.3.1", // Configuration, Path
818818
"io.delta" % "delta-storage" % "2.2.0", // LogStore
819819
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2", // ObjectMapper
820820

0 commit comments

Comments
 (0)