Skip to content

Commit

Permalink
further tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Jun 30, 2020
1 parent 1573ab0 commit 3a4e539
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# performance optimizations
spark.serializer org.apache.spark.serializer.KryoSerializer
spark.default.parallelism 200
spark.sql.shuffle.partitions 400
spark.sql.shuffle.partitions 200

# worker node / executor set up
# expecting a worker with 12 cores and 56g of memory
spark.executor.memory 25g
spark.executor.cores 6
spark.executor.memory 51g
spark.executor.cores 12
spark.executor.extraJavaOptions -XX:+UseG1GC

# driver configurations
spark.driver.memory 8g
spark.driver.memory 9g
spark.driver.cores 2

# operational configurations
Expand Down

0 comments on commit 3a4e539

Please sign in to comment.