Skip to content

Commit

Permalink
include parquet hive to tests pass (Remove this later).
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Aug 8, 2014
1 parent c0d9b72 commit ebb267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ object SQL {
object Hive {

lazy val settings = Seq(

libraryDependencies += "com.twitter" % "parquet-hive-bundle" % "1.5.0",
javaOptions += "-XX:MaxPermSize=1g",
// Multiple queries rely on the TestHive singleton. See comments there for more details.
parallelExecution in Test := false,
Expand Down

0 comments on commit ebb267e

Please sign in to comment.