PySpark
Configuration
# profile.yml
<profile name here>: # change this!
adapters:
<pyspark adapter name here>: # change this!
alias: spark
loglevel: WARN
config:
spark.driver.cores:
spark.driver.memory:
spark.driver.memoryOverhead:
spark.executor.cores:
spark.executor.memory:
spark.executor.memoryOverhead:
spark.executor.instances:
spark.task.cpus:
spark.sql.broadcastTimeout:
# Add additional config variables here!