Repository: spark
Updated Branches:
  refs/heads/branch-1.0 7bbf313de -> eb9308e18


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 <[email protected]>

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

(cherry picked from commit ea01affc34a8b816f92a71e0f8f6901397c8a4a3)
Signed-off-by: Reynold Xin <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/eb9308e1
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/eb9308e1
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/eb9308e1

Branch: refs/heads/branch-1.0
Commit: eb9308e183066ec76c466ee9b4c8fc64f60078ce
Parents: 7bbf313
Author: Cheng Hao <[email protected]>
Authored: Sun Apr 27 23:57:29 2014 -0700
Committer: Reynold Xin <[email protected]>
Committed: Sun Apr 27 23:57:36 2014 -0700

----------------------------------------------------------------------
 project/SparkBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/eb9308e1/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index c7e6a46..d5ae8b7 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
   )
 

Reply via email to