There are a ton of tunable settings mentioned on Spark
configurations page. However as told here, the SparkSubmitOptionParser
attribute-name for a Spark
property can be different from that property's-name.
For instance, spark.executor.cores
is passed as --executor-cores
in spark-submit
.
Where can I find an exhaustive list of all tuning parameters of Spark
(along-with their SparkSubmitOptionParser
property name) that can be passed with spark-submit
command?