Skip to content

Commit

Permalink
Merge 21de1fc into 6509a6b
Browse files Browse the repository at this point in the history
  • Loading branch information
byyue authored Sep 8, 2021
2 parents 6509a6b + 21de1fc commit 5ed0ae2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ object SparkSQLEngine extends Logging {

def createSpark(): SparkSession = {
val sparkConf = new SparkConf()
sparkConf.setIfMissing("spark.sql.execution.topKSortFallbackThreshold", "10000")
sparkConf.setIfMissing("spark.sql.legacy.castComplexTypesToString.enabled", "true")
sparkConf.setIfMissing("spark.master", "local")
sparkConf.setIfMissing("spark.ui.port", "0")
Expand Down

0 comments on commit 5ed0ae2

Please sign in to comment.