Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/21288#discussion_r189175140
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/FilterPushdownBenchmark.scala ---
@@ -32,14 +32,14 @@ import org.apache.spark.util.{Benchmark, Utils}
*/
object FilterPushdownBenchmark {
val conf = new SparkConf()
- conf.set("orc.compression", "snappy")
- conf.set("spark.sql.parquet.compression.codec", "snappy")
+ .setMaster("local[1]")
--- End diff --
I think you can do `.setIfMissing("spark.master", "local[1]")`
that way perhaps we could get this to run on different backends too
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]