Skip to content

Commit

Permalink
Remove unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Aug 17, 2015
1 parent b1ae4ac commit 75aeab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ private[sql] class TestSQLContext(sc: SparkContext) extends SQLContext(sc) { sel

def this() {
this(new SparkContext("local[2]", "test-sql-context",
new SparkConf()
.set("spark.sql.testkey", "true")))
new SparkConf().set("spark.sql.testkey", "true")))
}

// At here, we make sure we set those test specific confs correctly when we create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ object TestHive
"TestSQLContext",
new SparkConf()
.set("spark.sql.test", "")
// Fewer partitions to speed up testing
.set(SQLConf.SHUFFLE_PARTITIONS.key, "5")
.set(SQLConf.DIALECT.key, "hiveql")
.set(SQLConf.CASE_SENSITIVE.key, "false")
.set("spark.sql.hive.metastore.barrierPrefixes",
"org.apache.spark.sql.hive.execution.PairSerDe")
// SPARK-8910
Expand Down

0 comments on commit 75aeab7

Please sign in to comment.