Skip to content

Commit

Permalink
Bugfix adding hive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ecurtin authored and Emily Curtin committed Feb 14, 2018
1 parent ee35f2a commit dc78dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Dependencies.scala
Expand Up @@ -27,6 +27,7 @@ object Dependencies {
// Libraries
val sparkDeps = Seq(
"org.apache.spark" %% "spark-core" % sparkVersion % "provided",
"org.apache.spark" %% "spark-hive" % sparkVersion % "provided",
"org.apache.spark" %% "spark-mllib" % sparkVersion % "provided",
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
"com.databricks" %% "spark-avro" % "4.0.0"
Expand Down

0 comments on commit dc78dad

Please sign in to comment.