Ngone51 commented on pull request #32136: URL: https://github.com/apache/spark/pull/32136#issuecomment-819352186
> ...it can distribute tasks to executors more evenly. I think the scheduler already distributes tasks evenly when there's no locality preference as we'll shuffle the executors before scheduling: https://github.com/apache/spark/blob/b5241c97b17a1139a4ff719bfce7f68aef094d95/core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala#L535 Doesn't it work? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
