Skip to content

Commit

Permalink
Bugfix: enabling Hive support for ORC
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 cace8ff commit ee35f2a
Showing 1 changed file with 1 addition and 1 deletion.
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.getOrCreate
private def createSparkContext: SparkSession = SparkSession.builder.enableHiveSupport().getOrCreate
}

0 comments on commit ee35f2a

Please sign in to comment.