From ea01affc34a8b816f92a71e0f8f6901397c8a4a3 Mon Sep 17 00:00:00 2001 From: Cheng Hao Date: Sun, 27 Apr 2014 23:57:29 -0700 Subject: Update the import package name for TestHive in sbt shell sbt/sbt hive/console will fail as TestHive changed its package from "org.apache.spark.sql.hive" to "org.apache.spark.sql.hive.test". Author: Cheng Hao Closes #574 from chenghao-intel/hive_console and squashes the following commits: de14035 [Cheng Hao] Update the import package name for TestHive in sbt shell --- project/SparkBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/SparkBuild.scala') diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 48f234ce87..5adfbe373c 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -506,7 +506,7 @@ object SparkBuild extends Build { |import org.apache.spark.sql.catalyst.util._ |import org.apache.spark.sql.execution |import org.apache.spark.sql.hive._ - |import org.apache.spark.sql.hive.TestHive._ + |import org.apache.spark.sql.hive.test.TestHive._ |import org.apache.spark.sql.parquet.ParquetTestData""".stripMargin ) -- cgit v1.2.3