Repository: spark
Updated Branches:
refs/heads/master c49d15662 -> 62ede5383
[SPARK-6285][SQL]Remove ParquetTestData in SparkBuild.scala and in README.md
This is a following clean up PR for #5010
This will resolve issues when launching `hive/console` like below:
```
<console>:20: error: object ParquetTestData is not a member of package
org.apache.spark.sql.parquet
import org.apache.spark.sql.parquet.ParquetTestData
```
Author: OopsOutOfMemory <[email protected]>
Closes #5032 from OopsOutOfMemory/SPARK-6285 and squashes the following commits:
2996aeb [OopsOutOfMemory] remove ParquetTestData
Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/62ede538
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/62ede538
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/62ede538
Branch: refs/heads/master
Commit: 62ede5383f64b69570a66d46939638f4bf38d1b1
Parents: c49d156
Author: OopsOutOfMemory <[email protected]>
Authored: Sun Mar 15 20:44:45 2015 +0800
Committer: Cheng Lian <[email protected]>
Committed: Sun Mar 15 20:44:45 2015 +0800
----------------------------------------------------------------------
project/SparkBuild.scala | 6 ++----
sql/README.md | 1 -
2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/spark/blob/62ede538/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index f4c74c4..ac37c60 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -272,8 +272,7 @@ object SQL {
|import org.apache.spark.sql.execution
|import org.apache.spark.sql.functions._
|import org.apache.spark.sql.test.TestSQLContext._
- |import org.apache.spark.sql.types._
- |import org.apache.spark.sql.parquet.ParquetTestData""".stripMargin,
+ |import org.apache.spark.sql.types._""".stripMargin,
cleanupCommands in console := "sparkContext.stop()"
)
}
@@ -304,8 +303,7 @@ object Hive {
|import org.apache.spark.sql.functions._
|import org.apache.spark.sql.hive._
|import org.apache.spark.sql.hive.test.TestHive._
- |import org.apache.spark.sql.types._
- |import org.apache.spark.sql.parquet.ParquetTestData""".stripMargin,
+ |import org.apache.spark.sql.types._""".stripMargin,
cleanupCommands in console := "sparkContext.stop()",
// Some of our log4j jars make it impossible to submit jobs from this JVM
to Hive Map/Reduce
// in order to generate golden files. This is only required for
developers who are adding new
http://git-wip-us.apache.org/repos/asf/spark/blob/62ede538/sql/README.md
----------------------------------------------------------------------
diff --git a/sql/README.md b/sql/README.md
index 48f8334..fbb3200 100644
--- a/sql/README.md
+++ b/sql/README.md
@@ -41,7 +41,6 @@ import org.apache.spark.sql.functions._
import org.apache.spark.sql.hive._
import org.apache.spark.sql.hive.test.TestHive._
import org.apache.spark.sql.types._
-import org.apache.spark.sql.parquet.ParquetTestData
Type in expressions to have them evaluated.
Type :help for more information.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]