aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 6f3fbeb76c..373e22d71a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1334,17 +1334,6 @@ Apart from these, the following properties are also available, and may be useful
Should be greater than or equal to 1. Number of allowed retries = this value - 1.
</td>
</tr>
-<tr>
- <td><code>spark.task.assigner</code></td>
- <td>org.apache.spark.scheduler.RoundRobinAssigner</td>
- <td>
- The strategy of how to allocate tasks among workers with free cores.
- By default, round robin with randomness is used.
- org.apache.spark.scheduler.BalancedAssigner tries to balance the task across all workers (allocating tasks to
- workers with most free cores). org.apache.spark.scheduler.PackedAssigner tries to allocate tasks to workers
- with the least free cores, which may help releasing the resources when dynamic allocation is enabled.
- </td>
-</tr>
</table>
#### Dynamic Allocation