From ebb267e4b6b9fdf7374540fc3ab51a7da4badc01 Mon Sep 17 00:00:00 2001 From: Michael Armbrust Date: Thu, 7 Aug 2014 20:23:34 -0700 Subject: [PATCH] include parquet hive to tests pass (Remove this later). --- project/SparkBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 40b588512ff08..078ff20fe4f47 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -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,