Skip to content

Commit

Permalink
Update hadoop to 3.3.3
Browse files Browse the repository at this point in the history
* in hdfs and hbase modules
  • Loading branch information
patriknw committed Sep 27, 2022
1 parent e8191f9 commit a0b3a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ object Dependencies {

val HBase = {
val hbaseVersion = "1.4.13"
val hadoopVersion = "2.7.7"
val hadoopVersion = "3.3.3"
Seq(
libraryDependencies ++= Seq(
"org.apache.hbase" % "hbase-shaded-client" % hbaseVersion exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2,
Expand All @@ -278,7 +278,7 @@ object Dependencies {
)
}

val HadoopVersion = "3.2.1"
val HadoopVersion = "3.3.3"
val Hdfs = Seq(
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-client" % HadoopVersion exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2
Expand Down

0 comments on commit a0b3a54

Please sign in to comment.