pyspark.resource.
ExecutorResourceRequests
A set of Executor resource requests. This is used in conjunction with the pyspark.resource.ResourceProfileBuilder to programmatically specify the resources needed for an RDD that will be applied at the stage level.
pyspark.resource.ResourceProfileBuilder
New in version 3.1.0.
Notes
This API is evolving.
Methods
cores(amount)
cores
memory(amount)
memory
memoryOverhead(amount)
memoryOverhead
offheapMemory(amount)
offheapMemory
pysparkMemory(amount)
pysparkMemory
resource(resourceName, amount[, …])
resource
Attributes
requests