Skip to content

Commit

Permalink
update build.sbt and prebuild file
Browse files Browse the repository at this point in the history
  • Loading branch information
diskun00 committed Jan 9, 2021
1 parent 8ed0af8 commit 88af63c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ val hadoopVersion = "2.8.3"
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % sparkVersion,
"org.apache.spark" %% "spark-mllib" % sparkVersion,
"org.apache.spark" %% "spark-graphx" % sparkVersion,
"org.apache.hadoop"%% "hadoop-client" % hadoopVersion
"org.apache.spark" %% "spark-graphx" % sparkVersion
)

libraryDependencies += "org.apache.hadoop" % "hadoop-client" % hadoopVersion

Binary file modified pre-build/bigdatabench-spark_2.12-3.0.0.jar
Binary file not shown.

0 comments on commit 88af63c

Please sign in to comment.