pyspark.TaskContext.resources — PySpark In-Progress documentation
-
TaskContext.resources()[source]#
Resources allocated to the task. The key is the resource name and the value is information
about the resource.
- Returns
- dict
a dictionary of a string resource name, and ResourceInformation.