dongjoon-hyun commented on PR #56669:
URL: https://github.com/apache/spark/pull/56669#issuecomment-4781419256
Before going further, let's clarify this.
Apache Spark configuration namespace is organized in this way, @sarutak . Do
you agree with this, @sarutak ?
- `spark.dynamicAllocation.enabled` controls all dynamic allocation features
including subfeatures.
- When `spark.dynamicAllocation.enabled=false`, the followings are ignored
completely.
- spark.dynamicAllocation.minExecutors
- spark.dynamicAllocation.maxExecutors
- spark.dynamicAllocation.initialExecutors
- spark.dynamicAllocation.executorAllocationRatio
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]