SchedulerOptionsDataInputSchedulingMode Property |
Namespace: Ookii.Jumbo.Jet.Jobs
When this property is set to MoreServers, the scheduler will prefer the server with the most available tasks, while FewerServers means it will prefer the server with the fewest available tasks. Note that in either case, it will still prefer a local task of a non-local one regardless of the number of available tasks.
When this property is set to OptimalLocality, the scheduler will attempt to schedule in a way that minimizes the number of non-local tasks, without looking at the number of available tasks on the server.