Skip to content

Commit

Permalink
revoke spark configs in run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qishipengqsp committed Aug 17, 2024
1 parent 685b31d commit 9240c35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ def run_local(
**({'spark.shuffle.spill.compress': 'true'}),
**({'spark.serializer': 'org.apache.spark.serializer.KryoSerializer'}),
**({'spark.executor.extraJavaOptions': '-XX:+UseG1GC'}),
**({'spark.storage.memoryMapThreshold': '512m'}),
**({'spark.sql.inMemoryColumnarStorage.compressed': 'true'}),
**({'spark.sql.inMemoryColumnarStorage.batchSize': '1000000'}),
**spark_conf
}

Expand Down

0 comments on commit 9240c35

Please sign in to comment.