Skip to content

Commit

Permalink
Reverting two ORC related commits
Browse files Browse the repository at this point in the history
This reverts commit ee35f2a.

Revert "Bugfix adding hive dependencies"

This reverts commit dc78dad.
  • Loading branch information
ecurtin committed Feb 15, 2018
1 parent abde687 commit d4422e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -37,5 +37,5 @@ object MultipleSuiteKickoff {
private def runSuitesSerially(suiteSeq: Seq[Suite], spark: SparkSession): Unit =
suiteSeq.foreach(SuiteKickoff.run(_, spark))

private def createSparkContext: SparkSession = SparkSession.builder.enableHiveSupport().getOrCreate
private def createSparkContext: SparkSession = SparkSession.builder.getOrCreate
}
1 change: 0 additions & 1 deletion project/Dependencies.scala
Expand Up @@ -27,7 +27,6 @@ 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 d4422e4

Please sign in to comment.