Skip to content

Commit

Permalink
Update the import package name for TestHive in sbt shell
Browse files Browse the repository at this point in the history
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 <hao.cheng@intel.com>

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 ea01aff)
Signed-off-by: Reynold Xin <rxin@apache.org>
  • Loading branch information
chenghao-intel authored and rxin committed Apr 28, 2014
1 parent 7bbf313 commit eb9308e
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 @@ -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
)

Expand Down

0 comments on commit eb9308e

Please sign in to comment.