removed configuration specifying the limit to 8 for spark.dynamicAllocation.maxExecutors

pull/147/head
Claudio Atzori 3 years ago
parent ec94cc9b93
commit b01cd521b0

@ -135,7 +135,6 @@
<spark-opts>
--executor-memory=${sparkExecutorMemory}
--driver-memory=${sparkDriverMemory}
--conf spark.dynamicAllocation.maxExecutors="8"
--conf spark.extraListeners=${spark2ExtraListeners}
--conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
--conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}

Loading…
Cancel
Save