Skip to content

Commit

Permalink
Dependencies.hadoopVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Nov 22, 2023
1 parent 4a1483d commit bc10bf7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,6 @@ object MRClientProjects {
}

def mrIt: Project = {
val hadoopVersion = "3.2.4"

Project("celeborn-mr-it", file("tests/mr-it"))
// ref: https://www.scala-sbt.org/1.x/docs/Multi-Project.html#Classpath+dependencies
.dependsOn(CelebornCommon.common % "test->test;compile->compile")
Expand All @@ -947,8 +945,8 @@ object MRClientProjects {
commonSettings,
copyDepsSettings,
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-client-minicluster" % hadoopVersion % "test",
"org.apache.hadoop" % "hadoop-mapreduce-examples" % hadoopVersion % "test"
"org.apache.hadoop" % "hadoop-client-minicluster" % Dependencies.hadoopVersion % "test",
"org.apache.hadoop" % "hadoop-mapreduce-examples" % Dependencies.hadoopVersion % "test"
) ++ commonUnitTestDependencies
)
}
Expand Down

0 comments on commit bc10bf7

Please sign in to comment.