Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
passionke authored Aug 6, 2018
1 parent ca8c386 commit cd18396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ val sparkConf = new SparkConf()
sparkConf
.set("spark.default.parallelism", "1")
.set("spark.sql.shuffle.partitions", "1")
.set("spark.broadcast.manager", "rotary")
.set("rotary.shuffer", "true")
.set("spark.sql.codegen.wholeStage", "false")
.set("spark.sql.extensions", "org.apache.spark.sql.StarrySparkSessionExtension")

Expand Down

0 comments on commit cd18396

Please sign in to comment.